Lines Matching defs:mvmsta
210 struct iwl_mvm_sta *mvmsta;
228 mvmsta = iwl_mvm_sta_from_mac80211(sta);
229 mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK;
245 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
253 mvmsta->deflink.sta_id != mvmvif->deflink.ap_sta_id)
279 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
280 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
387 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
388 struct ieee80211_vif *vif = mvmsta->vif;
419 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
423 struct ieee80211_vif *vif = mvmsta->vif;
438 rs_update_last_rssi(mvm, mvmsta, rx_status);
750 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
752 u32 sta_id = mvmsta->deflink.sta_id;
759 mvmsta->deflink.avg_energy = energy[sta_id];
974 struct iwl_mvm_sta *mvmsta;
990 mvmsta = iwl_mvm_sta_from_mac80211(mvmvif->ap_sta);
992 if (!mvmsta->mpdu_counters)
1004 spin_lock_bh(&mvmsta->mpdu_counters[q].lock);
1008 total_tx += mvmsta->mpdu_counters[q].per_link[link].tx;
1009 total_rx += mvmsta->mpdu_counters[q].per_link[link].rx;
1012 sec_link_tx += mvmsta->mpdu_counters[q].per_link[sec_link].tx;
1013 sec_link_rx += mvmsta->mpdu_counters[q].per_link[sec_link].rx;
1019 memset(mvmsta->mpdu_counters[q].per_link, 0,
1020 sizeof(mvmsta->mpdu_counters[q].per_link));
1022 spin_unlock_bh(&mvmsta->mpdu_counters[q].lock);