Searched refs:rt_dev_ctx (Results 1 – 1 of 1) sorted by relevance
279 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in wait_for_radio_cmd_status() local281 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in wait_for_radio_cmd_status()285 } while ((!rt_dev_ctx->radio_cmd_done) && in wait_for_radio_cmd_status()295 radio_cmd_status = rt_dev_ctx->radio_cmd_status; in wait_for_radio_cmd_status()314 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in nrf_wifi_rt_fmac_radio_test_init() local322 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rt_fmac_radio_test_init()339 rt_dev_ctx->radio_cmd_done = false; in nrf_wifi_rt_fmac_radio_test_init()364 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in nrf_wifi_rt_fmac_prog_tx() local372 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rt_fmac_prog_tx()374 rt_dev_ctx->radio_cmd_done = false; in nrf_wifi_rt_fmac_prog_tx()[all …]