Lines Matching refs:mvmsta
163 struct iwl_mvm_sta *mvmsta; in rs_mimo_allow() local
178 mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_mimo_allow()
179 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in rs_mimo_allow()
180 if (iwl_mvm_vif_low_latency(mvmvif) && mvmsta->vif->p2p) in rs_mimo_allow()
1129 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rs_tx_status() local
1130 struct iwl_lq_sta *lq_sta = &mvmsta->lq_sta; in iwl_mvm_rs_tx_status()
3071 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_bfer_active_iter() local
3072 struct iwl_lq_cmd *lq_cmd = &mvmsta->lq_sta.lq; in rs_bfer_active_iter()
3082 data->bfer_mvmsta = mvmsta; in rs_bfer_active_iter()
3130 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_set_lq_ss_params() local
3183 if (rs_bfer_priority_cmp(mvmsta, bfer_mvmsta) > 0) { in rs_set_lq_ss_params()
3206 struct iwl_mvm_sta *mvmsta; in rs_fill_lq_cmd() local
3232 mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_fill_lq_cmd()
3233 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in rs_fill_lq_cmd()
3238 lq_cmd->agg_frame_cnt_limit = mvmsta->max_agg_bufsize; in rs_fill_lq_cmd()
3254 if (mvmsta->vif->p2p) in rs_fill_lq_cmd()
3679 struct iwl_mvm_sta *mvmsta; in rs_add_debugfs() local
3681 mvmsta = container_of(lq_sta, struct iwl_mvm_sta, lq_sta); in rs_add_debugfs()
3683 if (!mvmsta->vif) in rs_add_debugfs()
3753 int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, in iwl_mvm_tx_protection() argument
3756 struct iwl_lq_cmd *lq = &mvmsta->lq_sta.lq; in iwl_mvm_tx_protection()
3761 if (mvmsta->tx_protection == 0) in iwl_mvm_tx_protection()
3763 mvmsta->tx_protection++; in iwl_mvm_tx_protection()
3765 mvmsta->tx_protection--; in iwl_mvm_tx_protection()
3766 if (mvmsta->tx_protection == 0) in iwl_mvm_tx_protection()