Home
last modified time | relevance | path

Searched refs:tx_blocked_vif (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1490 struct ieee80211_vif *tx_blocked_vif; in iwl_mvm_rx_beacon_notif() local
1532 tx_blocked_vif = rcu_dereference_protected(mvm->csa_tx_blocked_vif, in iwl_mvm_rx_beacon_notif()
1534 if (unlikely(tx_blocked_vif)) { in iwl_mvm_rx_beacon_notif()
1536 iwl_mvm_vif_from_mac80211(tx_blocked_vif); in iwl_mvm_rx_beacon_notif()
H A Dops.c771 struct ieee80211_vif *tx_blocked_vif; in iwl_mvm_tx_unblock_dwork() local
776 tx_blocked_vif = in iwl_mvm_tx_unblock_dwork()
780 if (!tx_blocked_vif) in iwl_mvm_tx_unblock_dwork()
783 mvmvif = iwl_mvm_vif_from_mac80211(tx_blocked_vif); in iwl_mvm_tx_unblock_dwork()