[go: nahoru, domu]

Searched refs:mvmsta (Results 1 - 13 of 13) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
H A Dtdls.c70 struct iwl_mvm_sta *mvmsta; local
81 mvmsta = iwl_mvm_sta_from_mac80211(sta);
82 ieee80211_tdls_oper_request(mvmsta->vif, sta->addr,
92 struct iwl_mvm_sta *mvmsta; local
105 mvmsta = iwl_mvm_sta_from_mac80211(sta);
106 if (mvmsta->vif != vif)
H A Dtx.c373 struct iwl_mvm_sta *mvmsta; local
382 mvmsta = iwl_mvm_sta_from_mac80211(sta);
385 if (WARN_ON_ONCE(!mvmsta))
388 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT))
391 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, sta, mvmsta->sta_id);
405 spin_lock(&mvmsta->lock);
414 seq_number = mvmsta->tid_data[tid].seq_number;
428 if (WARN_ON_ONCE(mvmsta->tid_data[tid].state != IWL_AGG_ON))
430 txq_id = mvmsta->tid_data[tid].txq_id;
433 IWL_DEBUG_TX(mvm, "TX to [%d|%d] Q:%d - seq: 0x%x\n", mvmsta
459 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
609 struct iwl_mvm_sta *mvmsta; local
849 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
893 struct iwl_mvm_sta *mvmsta; local
[all...]
H A Dsta.c277 int iwl_mvm_drain_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, argument
286 cmd.mac_id_n_color = cpu_to_le32(mvmsta->mac_id_n_color);
287 cmd.sta_id = mvmsta->sta_id;
301 mvmsta->sta_id);
306 mvmsta->sta_id);
808 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
815 if (mvmsta->tid_data[tid].state != IWL_AGG_OFF) {
817 mvmsta->tid_data[tid].state);
834 spin_lock_bh(&mvmsta->lock);
838 spin_unlock_bh(&mvmsta
871 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
918 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1000 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1393 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1413 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1510 iwl_mvm_sta_modify_disable_tx(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, bool disable) argument
[all...]
H A Dtt.c235 struct iwl_mvm_sta *mvmsta; local
243 mvmsta = iwl_mvm_sta_from_mac80211(sta);
244 if (enable == mvmsta->tt_tx_protection)
246 err = iwl_mvm_tx_protection(mvm, mvmsta, enable);
253 mvmsta->tt_tx_protection = enable;
H A Dsta.h411 int iwl_mvm_drain_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta,
414 struct iwl_mvm_sta *mvmsta, bool disable);
H A Dcoex.c700 struct iwl_mvm_sta *mvmsta; local
704 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
705 if (!mvmsta)
709 if (mvmsta->bt_reduced_txpower == enable)
712 value = mvmsta->sta_id;
721 mvmsta->bt_reduced_txpower = enable;
1004 struct iwl_mvm_sta *mvmsta; local
1029 mvmsta = iwl_mvm_sta_from_mac80211(sta);
1094 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1095 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(mvmsta
1121 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
[all...]
H A Dmac80211.c477 struct iwl_mvm_sta *mvmsta; local
496 mvmsta = iwl_mvm_sta_from_mac80211(sta);
497 if (mvmsta->sta_id == IWL_MVM_STATION_COUNT ||
498 mvmsta->sta_id != mvm->d0i3_ap_sta_id)
1911 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1916 if (atomic_read(&mvm->pending_frames[mvmsta->sta_id]) > 0)
1918 spin_lock_bh(&mvmsta->lock);
1922 tid_data = &mvmsta->tid_data[tid];
1930 spin_unlock_bh(&mvmsta->lock);
1938 if (WARN_ON(mvmsta
2731 struct iwl_mvm_sta *mvmsta; local
2774 struct iwl_mvm_sta *mvmsta; local
3011 struct iwl_mvm_sta *mvmsta; local
[all...]
H A Dcoex_legacy.c721 struct iwl_mvm_sta *mvmsta; local
724 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
725 if (!mvmsta)
729 if (mvmsta->bt_reduced_txpower == enable)
748 mvmsta->bt_reduced_txpower = enable;
1037 struct iwl_mvm_sta *mvmsta; local
1062 mvmsta = iwl_mvm_sta_from_mac80211(sta);
1122 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1132 lut_type = iwl_get_coex_type(mvm, mvmsta->vif);
1144 struct iwl_mvm_sta *mvmsta local
[all...]
H A Drx.c327 struct iwl_mvm_sta *mvmsta; local
328 mvmsta = iwl_mvm_sta_from_mac80211(sta);
329 rs_update_last_rssi(mvm, &mvmsta->lq_sta,
H A Drs.c1037 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta); local
1038 struct iwl_lq_sta *lq_sta = &mvmsta->lq_sta;
2888 struct iwl_mvm_sta *mvmsta; local
2911 mvmsta = iwl_mvm_sta_from_mac80211(sta);
2912 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
2917 lq_cmd->agg_frame_cnt_limit = mvmsta->max_agg_bufsize;
2933 if (mvmsta->vif->p2p)
3343 * @mvmsta: The station
3346 int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta, argument
3349 struct iwl_lq_cmd *lq = &mvmsta
[all...]
H A Dops.c913 struct iwl_mvm_sta *mvmsta; local
925 mvmsta = iwl_mvm_sta_from_mac80211(ap_sta);
926 spin_lock_bh(&mvmsta->lock);
928 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
943 spin_unlock_bh(&mvmsta->lock);
H A Drs.h405 int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta,
H A Ddebugfs.c97 struct iwl_mvm_sta *mvmsta; local
112 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
114 if (!mvmsta)
117 ret = iwl_mvm_drain_sta(mvm, mvmsta, drain) ? : count;

Completed in 87 milliseconds