Searched refs:sys_dev_ctx (Results 1 – 4 of 4) sorted by relevance
180 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_rpu_recovery_cb() local190 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() local243 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() local274 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() local385 sys_dev_ctx = wifi_dev_priv(rpu_ctx_zep->rpu_ctx); in nrf_wifi_if_send()[all …]
685 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_event_proc_twt_sleep_zep() local711 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() local787 sys_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_mode()[all …]
275 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_util_tx_stats() local298 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()
1974 struct nrf_wifi_sys_fmac_dev_ctx *sys_dev_ctx = NULL; in nrf_wifi_vif_state_change() local1993 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()