Home
last modified time | relevance | path

Searched refs:mac_dev_ctx (Results 1 – 16 of 16) sorted by relevance

/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c62 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/
Dhal_api.c61 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/
Dhal_api.h26 void *mac_dev_ctx);
/nrf_wifi-latest/hw_if/hal/inc/radio_test/
Dhal_api.h27 void *mac_dev_ctx);
/nrf_wifi-latest/fw_if/umac_if/inc/radio_test/
Dfmac_event.h31 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/
Dfmac_event.h31 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/
Dfmac_event.h17 enum nrf_wifi_status nrf_wifi_sys_fmac_event_callback(void *mac_dev_ctx,
Dfmac_api.h1028 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/
Dfmac_event.c163 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/
Dhal_api.h27 void *mac_dev_ctx);
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c97 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/
Dfmac_event.c280 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/
Dhal_structs_common.h206 void *mac_dev_ctx; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c906 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()
Dfmac_api.c475 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/
Dhal_api_common.c629 status = hal_dev_ctx->hpriv->intr_callbk_fn(hal_dev_ctx->mac_dev_ctx, in hal_rpu_eventq_process()