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()
1168 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rs_tx_status() local
1169 struct iwl_lq_sta *lq_sta = &mvmsta->lq_sta; in iwl_mvm_rs_tx_status()
3286 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_bfer_active_iter() local
3287 struct iwl_lq_cmd *lq_cmd = &mvmsta->lq_sta.lq; in rs_bfer_active_iter()
3297 data->bfer_mvmsta = mvmsta; in rs_bfer_active_iter()
3345 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_set_lq_ss_params() local
3398 if (rs_bfer_priority_cmp(mvmsta, bfer_mvmsta) > 0) { in rs_set_lq_ss_params()
3421 struct iwl_mvm_sta *mvmsta; in rs_fill_lq_cmd() local
3444 mvmsta = iwl_mvm_sta_from_mac80211(sta); in rs_fill_lq_cmd()
3445 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in rs_fill_lq_cmd()
3450 lq_cmd->agg_frame_cnt_limit = mvmsta->max_agg_bufsize; in rs_fill_lq_cmd()
3466 if (mvmsta->vif->p2p) in rs_fill_lq_cmd()
3891 struct iwl_mvm_sta *mvmsta; in rs_add_debugfs() local
3893 mvmsta = container_of(lq_sta, struct iwl_mvm_sta, lq_sta); in rs_add_debugfs()
3895 if (!mvmsta->vif) in rs_add_debugfs()
3965 int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, in iwl_mvm_tx_protection() argument
3968 struct iwl_lq_cmd *lq = &mvmsta->lq_sta.lq; in iwl_mvm_tx_protection()
3973 if (mvmsta->tx_protection == 0) in iwl_mvm_tx_protection()
3975 mvmsta->tx_protection++; in iwl_mvm_tx_protection()
3977 mvmsta->tx_protection--; in iwl_mvm_tx_protection()
3978 if (mvmsta->tx_protection == 0) in iwl_mvm_tx_protection()