Lines Matching refs:mvmvif
85 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_quota_iterator() local
92 if (!mvmvif->phy_ctxt) in iwl_mvm_quota_iterator()
96 id = mvmvif->phy_ctxt->id; in iwl_mvm_quota_iterator()
111 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
115 if (mvmvif->monitor_active) in iwl_mvm_quota_iterator()
126 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator()
128 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator()
132 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) { in iwl_mvm_quota_iterator()
142 struct iwl_mvm_vif *mvmvif; in iwl_mvm_adjust_quota_for_noa() local
148 mvmvif = iwl_mvm_vif_from_mac80211(mvm->noa_vif); in iwl_mvm_adjust_quota_for_noa()
149 if (!mvmvif->ap_ibss_active) in iwl_mvm_adjust_quota_for_noa()
152 phy_id = mvmvif->phy_ctxt->id; in iwl_mvm_adjust_quota_for_noa()