Home
last modified time | relevance | path

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

/drivers/wifi/nrf_wifi/src/
A Ddebug_shell.c24 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx; in nrf_wifi_dbg_read_mem() local
34 fmac_dev_ctx = dbg_ctx->rpu_ctx; in nrf_wifi_dbg_read_mem()
70 status = hal_rpu_mem_read(fmac_dev_ctx->hal_dev_ctx, in nrf_wifi_dbg_read_mem()
107 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx; in nrf_wifi_dbg_write_mem() local
115 fmac_dev_ctx = dbg_ctx->rpu_ctx; in nrf_wifi_dbg_write_mem()
149 status = hal_rpu_mem_write(fmac_dev_ctx->hal_dev_ctx, in nrf_wifi_dbg_write_mem()
171 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx; in nrf_wifi_dbg_read_reg() local
181 fmac_dev_ctx = dbg_ctx->rpu_ctx; in nrf_wifi_dbg_read_reg()
217 status = hal_rpu_reg_read(fmac_dev_ctx->hal_dev_ctx, in nrf_wifi_dbg_read_reg()
248 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx; in nrf_wifi_dbg_write_reg() local
[all …]
A Dfmac_main.c210 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_scan_timeout_work()
285 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_process_rssi_from_rx()
313 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_event_get_reg_zep()
315 if (fmac_dev_ctx->alpha2_valid) { in nrf_wifi_event_get_reg_zep()
320 memcpy(&fmac_dev_ctx->alpha2, in nrf_wifi_event_get_reg_zep()
325 memcpy(fmac_dev_ctx->reg_chan_info, in nrf_wifi_event_get_reg_zep()
330 fmac_dev_ctx->alpha2_valid = true; in nrf_wifi_event_get_reg_zep()
366 if (!fmac_dev_ctx) { in nrf_wifi_reg_domain()
481 if (!fmac_dev_ctx) { in reg_change_callbk_fn()
494 if (!fmac_dev_ctx->reg_change) { in reg_change_callbk_fn()
[all …]
A Dwifi_util.c300 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_tx_stats()
301 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_util_tx_stats()
431 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_show_vers()
494 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_dump_rpu_stats()
902 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_trigger_rpu_recovery()
940 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_rpu_recovery_info()
941 if (!fmac_dev_ctx) { in nrf_wifi_util_rpu_recovery_info()
947 hal_dev_ctx = fmac_dev_ctx->hal_dev_ctx; in nrf_wifi_util_rpu_recovery_info()
1049 fmac_dev_ctx = ctx->rpu_ctx; in nrf_wifi_util_dump_rpu_stats_mem()
1050 if (!fmac_dev_ctx) { in nrf_wifi_util_dump_rpu_stats_mem()
[all …]
A Dnet_if.c96 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_rpu_recovery_work_handler()
97 if (!fmac_dev_ctx) { in nrf_wifi_rpu_recovery_work_handler()
102 hal_dev_ctx = fmac_dev_ctx->hal_dev_ctx; in nrf_wifi_rpu_recovery_work_handler()
218 fmac_dev_ctx = vif_ctx->fmac_dev_ctx; in nrf_wifi_rpu_recovery_cb()
219 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rpu_recovery_cb()
270 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_rx_frm()
341 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_sniffer_rx_frm()
587 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_get_mac_addr()
804 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_if_start_zep()
1044 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_if_get_config_zep()
[all …]
A Dwifi_mgmt.c204 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_get_power_save_config()
706 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_event_proc_twt_sleep_zep()
707 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_event_proc_twt_sleep_zep()
733 desc = tx_desc_get(fmac_dev_ctx, ac); in nrf_wifi_event_proc_twt_sleep_zep()
735 tx_pending_process(fmac_dev_ctx, desc, ac); in nrf_wifi_event_proc_twt_sleep_zep()
783 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_mode()
784 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_mode()
882 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_channel()
883 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_channel()
933 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_filter()
[all …]
A Dwifi_mgmt_scan.c44 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()
391 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_rx_bcn_prb_resp_frm() local
421 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_rx_bcn_prb_resp_frm()
A Dwpa_supp_if.c1163 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_wpa_supp_signal_poll() local
1186 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_wpa_supp_signal_poll()
1843 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf_wifi_supp_get_conn_info() local
1865 fmac_dev_ctx = rpu_ctx_zep->rpu_ctx; in nrf_wifi_supp_get_conn_info()
/drivers/wifi/nrf_wifi/off_raw_tx/src/
A Doff_raw_tx_api.c308 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL; in nrf70_off_raw_tx_conf_update() local
324 fmac_dev_ctx = off_raw_tx_drv_priv.rpu_ctx_zep.rpu_ctx; in nrf70_off_raw_tx_conf_update()
326 if (!fmac_dev_ctx) { in nrf70_off_raw_tx_conf_update()
355 status = hal_rpu_mem_write(fmac_dev_ctx->hal_dev_ctx, in nrf70_off_raw_tx_conf_update()
364 status = nrf_wifi_off_raw_tx_fmac_conf(fmac_dev_ctx, in nrf70_off_raw_tx_conf_update()

Completed in 20 milliseconds