Searched refs:mac_dev_ctx (Results 1 – 16 of 16) sorted by relevance
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/ |
D | hal_api.c | 62 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery() 94 void *mac_dev_ctx) in nrf_wifi_off_raw_tx_hal_dev_add() argument 108 hal_dev_ctx->mac_dev_ctx = mac_dev_ctx; in nrf_wifi_off_raw_tx_hal_dev_add()
|
/nrf_wifi-latest/hw_if/hal/src/radio_test/ |
D | hal_api.c | 61 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery() 93 void *mac_dev_ctx) in nrf_wifi_rt_hal_dev_add() argument 107 hal_dev_ctx->mac_dev_ctx = mac_dev_ctx; in nrf_wifi_rt_hal_dev_add()
|
/nrf_wifi-latest/hw_if/hal/inc/offload_raw_tx/ |
D | hal_api.h | 26 void *mac_dev_ctx);
|
/nrf_wifi-latest/hw_if/hal/inc/radio_test/ |
D | hal_api.h | 27 void *mac_dev_ctx);
|
/nrf_wifi-latest/fw_if/umac_if/inc/radio_test/ |
D | fmac_event.h | 31 enum nrf_wifi_status nrf_wifi_rt_fmac_event_callback(void *mac_dev_ctx,
|
/nrf_wifi-latest/fw_if/umac_if/inc/offload_raw_tx/ |
D | fmac_event.h | 31 enum nrf_wifi_status nrf_wifi_off_raw_tx_fmac_event_callback(void *mac_dev_ctx,
|
/nrf_wifi-latest/fw_if/umac_if/inc/system/ |
D | fmac_event.h | 17 enum nrf_wifi_status nrf_wifi_sys_fmac_event_callback(void *mac_dev_ctx,
|
D | fmac_api.h | 1028 enum nrf_wifi_status nrf_wifi_sys_fmac_rpu_recovery_callback(void *mac_dev_ctx,
|
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/ |
D | fmac_event.c | 163 enum nrf_wifi_status nrf_wifi_off_raw_tx_fmac_event_callback(void *mac_dev_ctx, in nrf_wifi_off_raw_tx_fmac_event_callback() argument 174 fmac_dev_ctx = (struct nrf_wifi_fmac_dev_ctx *)mac_dev_ctx; in nrf_wifi_off_raw_tx_fmac_event_callback()
|
/nrf_wifi-latest/hw_if/hal/inc/system/ |
D | hal_api.h | 27 void *mac_dev_ctx);
|
/nrf_wifi-latest/hw_if/hal/src/system/ |
D | hal_api.c | 97 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery() 433 void *mac_dev_ctx) in nrf_wifi_sys_hal_dev_add() argument 450 hal_dev_ctx->mac_dev_ctx = mac_dev_ctx; in nrf_wifi_sys_hal_dev_add()
|
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/ |
D | fmac_event.c | 280 enum nrf_wifi_status nrf_wifi_rt_fmac_event_callback(void *mac_dev_ctx, in nrf_wifi_rt_fmac_event_callback() argument 291 fmac_dev_ctx = (struct nrf_wifi_fmac_dev_ctx *)mac_dev_ctx; in nrf_wifi_rt_fmac_event_callback()
|
/nrf_wifi-latest/hw_if/hal/inc/common/ |
D | hal_structs_common.h | 206 void *mac_dev_ctx; member
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_event.c | 906 enum nrf_wifi_status nrf_wifi_sys_fmac_event_callback(void *mac_dev_ctx, in nrf_wifi_sys_fmac_event_callback() argument 917 fmac_dev_ctx = (struct nrf_wifi_fmac_dev_ctx *)mac_dev_ctx; in nrf_wifi_sys_fmac_event_callback()
|
D | fmac_api.c | 475 enum nrf_wifi_status nrf_wifi_sys_fmac_rpu_recovery_callback(void *mac_dev_ctx, in nrf_wifi_sys_fmac_rpu_recovery_callback() argument 485 fmac_dev_ctx = mac_dev_ctx; in nrf_wifi_sys_fmac_rpu_recovery_callback()
|
/nrf_wifi-latest/hw_if/hal/src/common/ |
D | hal_api_common.c | 629 status = hal_dev_ctx->hpriv->intr_callbk_fn(hal_dev_ctx->mac_dev_ctx, in hal_rpu_eventq_process()
|