Lines Matching refs:mvmvif
267 struct iwl_mvm_vif *mvmvif; in iwl_mvm_rx_handle_tcm() local
294 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in iwl_mvm_rx_handle_tcm()
298 (!mvmvif->queue_params[IEEE80211_AC_VO].uapsd && in iwl_mvm_rx_handle_tcm()
299 !mvmvif->queue_params[IEEE80211_AC_VI].uapsd && in iwl_mvm_rx_handle_tcm()
300 !mvmvif->queue_params[IEEE80211_AC_BE].uapsd && in iwl_mvm_rx_handle_tcm()
301 !mvmvif->queue_params[IEEE80211_AC_BK].uapsd) || in iwl_mvm_rx_handle_tcm()
302 mvmsta->sta_id != mvmvif->ap_sta_id) in iwl_mvm_rx_handle_tcm()
330 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in iwl_mvm_rx_csum() local
332 if (mvmvif->features & NETIF_F_RXCSUM && in iwl_mvm_rx_csum()
448 struct iwl_mvm_vif *mvmvif = in iwl_mvm_rx_rx_mpdu() local
451 if (mvmvif->csa_target_freq == rx_status->freq) in iwl_mvm_rx_rx_mpdu()
604 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_stat_iterator() local
611 u16 vif_id = mvmvif->id; in iwl_mvm_stat_iterator()
617 mvmvif->beacon_stats.num_beacons = in iwl_mvm_stat_iterator()
619 mvmvif->beacon_stats.avg_signal = in iwl_mvm_stat_iterator()
625 mvmvif->beacon_stats.num_beacons = in iwl_mvm_stat_iterator()
627 mvmvif->beacon_stats.avg_signal = in iwl_mvm_stat_iterator()
632 if (mvmvif->id != id) in iwl_mvm_stat_iterator()
643 mvmvif->bf_data.ave_beacon_signal = sig; in iwl_mvm_stat_iterator()
646 if (mvmvif->bf_data.bt_coex_min_thold != in iwl_mvm_stat_iterator()
647 mvmvif->bf_data.bt_coex_max_thold) { in iwl_mvm_stat_iterator()
648 last_event = mvmvif->bf_data.last_bt_coex_event; in iwl_mvm_stat_iterator()
649 if (sig > mvmvif->bf_data.bt_coex_max_thold && in iwl_mvm_stat_iterator()
650 (last_event <= mvmvif->bf_data.bt_coex_min_thold || in iwl_mvm_stat_iterator()
652 mvmvif->bf_data.last_bt_coex_event = sig; in iwl_mvm_stat_iterator()
656 } else if (sig < mvmvif->bf_data.bt_coex_min_thold && in iwl_mvm_stat_iterator()
657 (last_event >= mvmvif->bf_data.bt_coex_max_thold || in iwl_mvm_stat_iterator()
659 mvmvif->bf_data.last_bt_coex_event = sig; in iwl_mvm_stat_iterator()
670 last_event = mvmvif->bf_data.last_cqm_event; in iwl_mvm_stat_iterator()
673 mvmvif->bf_data.last_cqm_event = sig; in iwl_mvm_stat_iterator()
683 mvmvif->bf_data.last_cqm_event = sig; in iwl_mvm_stat_iterator()