Searched refs:fmac_dev_ctx (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fmac_main.c | 195 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_scan_timeout_work() local 205 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_scan_timeout_work() 244 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_process_rssi_from_rx() local 260 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_process_rssi_from_rx() 275 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_event_get_reg_zep() local 288 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_event_get_reg_zep() 290 if (fmac_dev_ctx->alpha2_valid) { in nrf_wifi_event_get_reg_zep() 295 memcpy(&fmac_dev_ctx->alpha2, in nrf_wifi_event_get_reg_zep() 299 fmac_dev_ctx->reg_chan_count = get_reg_event->num_channels; in nrf_wifi_event_get_reg_zep() 300 memcpy(fmac_dev_ctx->reg_chan_info, in nrf_wifi_event_get_reg_zep() [all …]
|
D | wifi_util.c | 272 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_util_tx_stats() local 297 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_tx_stats() 298 def_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_util_tx_stats() 425 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_util_show_vers() local 428 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_show_vers() 433 status = nrf_wifi_fmac_ver_get(fmac_dev_ctx, &fw_ver); in nrf_wifi_util_show_vers() 458 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_util_dump_rpu_stats() local 491 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_dump_rpu_stats() 494 status = nrf_wifi_fmac_stats_get(fmac_dev_ctx, 0, &stats); in nrf_wifi_util_dump_rpu_stats() 887 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_util_trigger_rpu_recovery() local [all …]
|
D | net_if.c | 180 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_rpu_recovery_cb() local 190 fmac_dev_ctx = vif_ctx->fmac_dev_ctx; in nrf_wifi_rpu_recovery_cb() 191 def_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rpu_recovery_cb() 240 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_if_sniffer_rx_frm() local 244 def_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_sniffer_rx_frm() 271 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_if_rx_frm() local 275 def_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_rx_frm() 518 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_get_mac_addr() local 541 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_get_mac_addr() 569 status = nrf_wifi_fmac_otp_mac_addr_get(fmac_dev_ctx, in nrf_wifi_get_mac_addr() [all …]
|
D | wifi_mgmt.c | 163 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_get_power_save_config() local 203 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_get_power_save_config() 684 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_event_proc_twt_sleep_zep() local 710 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_event_proc_twt_sleep_zep() 711 def_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_event_proc_twt_sleep_zep() 712 def_priv = wifi_fmac_priv(fmac_dev_ctx->fpriv); in nrf_wifi_event_proc_twt_sleep_zep() 737 desc = tx_desc_get(fmac_dev_ctx, ac); in nrf_wifi_event_proc_twt_sleep_zep() 739 tx_pending_process(fmac_dev_ctx, desc, ac); in nrf_wifi_event_proc_twt_sleep_zep() 759 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_mode() local 786 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_mode() [all …]
|
D | wifi_mgmt_scan.c | 44 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_disp_scan_zep() local 79 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_disp_scan_zep() 392 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_rx_bcn_prb_resp_frm() local 422 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_rx_bcn_prb_resp_frm()
|
D | wpa_supp_if.c | 1150 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_wpa_supp_signal_poll() local 1173 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_wpa_supp_signal_poll() 1821 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_supp_get_conn_info() local 1843 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_supp_get_conn_info()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ |
D | off_raw_tx_api.c | 309 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf70_off_raw_tx_conf_update() local 325 fmac_dev_ctx = off_raw_tx_drv_priv.rpu_ctx_zep.rpu_ctx; in nrf70_off_raw_tx_conf_update() 327 if (!fmac_dev_ctx) { in nrf70_off_raw_tx_conf_update() 356 status = hal_rpu_mem_write(fmac_dev_ctx->hal_dev_ctx, in nrf70_off_raw_tx_conf_update() 365 status = nrf_wifi_fmac_off_raw_tx_conf(fmac_dev_ctx, in nrf70_off_raw_tx_conf_update()
|