Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_event.c30 if (!fmac_dev_ctx->stats_req) { in umac_event_off_raw_tx_stats_process()
42 fmac_dev_ctx->stats_req = false; in umac_event_off_raw_tx_stats_process()
Dfmac_api.c390 if (fmac_dev_ctx->stats_req == true) { in nrf_wifi_off_raw_tx_fmac_stats_get()
396 fmac_dev_ctx->stats_req = true; in nrf_wifi_off_raw_tx_fmac_stats_get()
408 } while ((fmac_dev_ctx->stats_req == true) && in nrf_wifi_off_raw_tx_fmac_stats_get()
/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_structs_common.h166 bool stats_req; member
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c31 if (!fmac_dev_ctx->stats_req) { in umac_event_rt_stats_process()
43 fmac_dev_ctx->stats_req = false; in umac_event_rt_stats_process()
Dfmac_api.c876 if (fmac_dev_ctx->stats_req == true) { in nrf_wifi_rt_fmac_stats_get()
882 fmac_dev_ctx->stats_req = true; in nrf_wifi_rt_fmac_stats_get()
895 } while ((fmac_dev_ctx->stats_req == true) && in nrf_wifi_rt_fmac_stats_get()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c188 if (!fmac_dev_ctx->stats_req) { in umac_event_sys_stats_process()
200 fmac_dev_ctx->stats_req = false; in umac_event_sys_stats_process()
Dfmac_api.c3342 if (fmac_dev_ctx->stats_req == true) { in nrf_wifi_sys_fmac_stats_get()
3348 fmac_dev_ctx->stats_req = true; in nrf_wifi_sys_fmac_stats_get()
3360 } while ((fmac_dev_ctx->stats_req == true) && in nrf_wifi_sys_fmac_stats_get()
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c522 } while ((fmac_dev_ctx->stats_req == true) && in nrf_wifi_fmac_stats_reset()