Home
last modified time | relevance | path

Searched refs:rpu_recovery_callbk_fn (Results 1 – 8 of 8) sorted by relevance

/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c56 if (!hal_dev_ctx->hpriv->rpu_recovery_callbk_fn) { in hal_rpu_recovery()
62 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c55 if (!hal_dev_ctx->hpriv->rpu_recovery_callbk_fn) { in hal_rpu_recovery()
61 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_api_common.h60 enum nrf_wifi_status (*rpu_recovery_callbk_fn)(void *mac_ctx,
Dhal_structs_common.h190 enum nrf_wifi_status (*rpu_recovery_callbk_fn)(void *mac_ctx, member
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c91 if (!hal_dev_ctx->hpriv->rpu_recovery_callbk_fn) { in hal_rpu_recovery()
97 status = hal_dev_ctx->hpriv->rpu_recovery_callbk_fn(hal_dev_ctx->mac_dev_ctx, NULL, 0); in hal_rpu_recovery()
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c1006 enum nrf_wifi_status (*rpu_recovery_callbk_fn)(void *mac_ctx, in nrf_wifi_hal_init()
1027 hpriv->rpu_recovery_callbk_fn = rpu_recovery_callbk_fn; in nrf_wifi_hal_init()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h103 void (*rpu_recovery_callbk_fn)(void *os_vif_ctx, member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c506 if (!sys_fpriv->callbk_fns.rpu_recovery_callbk_fn) { in nrf_wifi_sys_fmac_rpu_recovery_callback()
513 sys_fpriv->callbk_fns.rpu_recovery_callbk_fn(sys_dev_ctx->vif_ctx[0], in nrf_wifi_sys_fmac_rpu_recovery_callback()