Searched refs:rpu_recovery_callbk_fn (Results 1 – 8 of 8) sorted by relevance
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/ |
D | hal_api.c | 56 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/ |
D | hal_api.c | 55 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/ |
D | hal_api_common.h | 60 enum nrf_wifi_status (*rpu_recovery_callbk_fn)(void *mac_ctx,
|
D | hal_structs_common.h | 190 enum nrf_wifi_status (*rpu_recovery_callbk_fn)(void *mac_ctx, member
|
/nrf_wifi-latest/hw_if/hal/src/system/ |
D | hal_api.c | 91 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/ |
D | hal_api_common.c | 1006 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/ |
D | fmac_structs.h | 103 void (*rpu_recovery_callbk_fn)(void *os_vif_ctx, member
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_api.c | 506 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()
|