Lines Matching refs:mvmvif
90 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_quota_iterator() local
97 if (!mvmvif->phy_ctxt) in iwl_mvm_quota_iterator()
101 id = mvmvif->phy_ctxt->id; in iwl_mvm_quota_iterator()
116 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
120 if (mvmvif->monitor_active) in iwl_mvm_quota_iterator()
131 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator()
133 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator()
138 if (mvmvif->dbgfs_quota_min) in iwl_mvm_quota_iterator()
140 mvmvif->dbgfs_quota_min); in iwl_mvm_quota_iterator()
143 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) { in iwl_mvm_quota_iterator()
153 struct iwl_mvm_vif *mvmvif; in iwl_mvm_adjust_quota_for_noa() local
159 mvmvif = iwl_mvm_vif_from_mac80211(mvm->noa_vif); in iwl_mvm_adjust_quota_for_noa()
160 if (!mvmvif->ap_ibss_active) in iwl_mvm_adjust_quota_for_noa()
163 phy_id = mvmvif->phy_ctxt->id; in iwl_mvm_adjust_quota_for_noa()