Home
last modified time | relevance | path

Searched refs:sys_dev_ctx (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c180 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_rpu_recovery_cb() local
190 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rpu_recovery_cb()
191 if (!sys_dev_ctx) { in nrf_wifi_rpu_recovery_cb()
240 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_if_sniffer_rx_frm() local
243 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_sniffer_rx_frm()
271 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_if_rx_frm() local
274 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_if_rx_frm()
275 host_stats = &sys_dev_ctx->host_stats; in nrf_wifi_if_rx_frm()
358 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_if_send() local
385 sys_dev_ctx = wifi_dev_priv(rpu_ctx_zep->rpu_ctx); in nrf_wifi_if_send()
[all …]
Dwifi_mgmt.c685 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_event_proc_twt_sleep_zep() local
711 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_event_proc_twt_sleep_zep()
721 nrf_wifi_osal_spinlock_take(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
723 sys_dev_ctx->twt_sleep_status = NRF_WIFI_FMAC_TWT_STATE_SLEEP; in nrf_wifi_event_proc_twt_sleep_zep()
727 nrf_wifi_osal_spinlock_rel(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
730 nrf_wifi_osal_spinlock_take(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
731 sys_dev_ctx->twt_sleep_status = NRF_WIFI_FMAC_TWT_STATE_AWAKE; in nrf_wifi_event_proc_twt_sleep_zep()
743 nrf_wifi_osal_spinlock_rel(sys_dev_ctx->tx_config.tx_lock); in nrf_wifi_event_proc_twt_sleep_zep()
760 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_mode() local
787 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_mode()
[all …]
Dwifi_util.c275 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_util_tx_stats() local
298 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_util_tx_stats()
307 queue = sys_dev_ctx->tx_config.data_pending_txq[peer_index][i]; in nrf_wifi_util_tx_stats()
315 sys_dev_ctx->tx_config.outstanding_descs[i], in nrf_wifi_util_tx_stats()
Dwpa_supp_if.c1974 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_vif_state_change() local
1993 sys_dev_ctx = wifi_dev_priv(rpu_ctx_zep->rpu_ctx); in nrf_wifi_vif_state_change()
1994 vif_ctx = sys_dev_ctx->vif_ctx[vif_ctx_zep->vif_idx]; in nrf_wifi_vif_state_change()