Home
last modified time | relevance | path

Searched refs:mvm_sta (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c113 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local
115 .sta_id = mvm_sta->sta_id, in iwl_mvm_sta_send_to_fw()
116 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()
121 .tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg), in iwl_mvm_sta_send_to_fw()
128 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()
135 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
230 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
275 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_rx_agg_session_expired() local
308 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rx_agg_session_expired()
309 ieee80211_rx_ba_timer_expired(mvm_sta->vif, in iwl_mvm_rx_agg_session_expired()
[all …]
Ddebugfs-vif.c280 struct iwl_mvm_sta *mvm_sta; in iwl_dbgfs_mac_params_read() local
282 mvm_sta = iwl_mvm_sta_from_staid_protected(mvm, ap_sta_id); in iwl_dbgfs_mac_params_read()
283 if (mvm_sta) { in iwl_dbgfs_mac_params_read()
287 mvm_sta->bt_reduced_txpower); in iwl_dbgfs_mac_params_read()
Drxmq.c462 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_is_dup() local
469 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_is_dup()
470 dup_data = &mvm_sta->dup_data[queue]; in iwl_mvm_is_dup()
896 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_reorder() local
930 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_reorder()
949 if (WARN(tid != baid_data->tid || mvm_sta->sta_id != baid_data->sta_id, in iwl_mvm_reorder()
951 baid, baid_data->sta_id, baid_data->tid, mvm_sta->sta_id, in iwl_mvm_reorder()
Dsta.h501 struct iwl_mvm_sta *mvm_sta);
Dmac80211.c2940 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local
2951 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id])) in iwl_mvm_sta_pre_rcu_remove()
2952 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id], in iwl_mvm_sta_pre_rcu_remove()
3075 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_mac_sta_state() local
3110 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state()
3168 iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->sta_id); in iwl_mvm_mac_sta_state()
4401 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_set_tim() local
4403 if (!mvm_sta || !mvm_sta->vif) { in iwl_mvm_set_tim()
4408 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif); in iwl_mvm_set_tim()
Drs.c2010 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in rs_tpc_perform() local
2011 struct ieee80211_vif *vif = mvm_sta->vif; in rs_tpc_perform()
2721 void *mvm_sta, in rs_drv_get_rate() argument
2737 mvm_sta = NULL; in rs_drv_get_rate()
2740 if (!mvm_sta) in rs_drv_get_rate()
2743 lq_sta = mvm_sta; in rs_drv_get_rate()
3685 static void rs_free_sta(void *mvm_r, struct ieee80211_sta *sta, void *mvm_sta) in rs_free_sta() argument
4147 struct ieee80211_sta *sta, void *mvm_sta) in rs_rate_init_ops() argument
Dtx.c2061 struct iwl_mvm_sta *mvm_sta = sta; in iwl_mvm_flush_sta() local
2067 return iwl_mvm_flush_sta_tids(mvm, mvm_sta->sta_id, 0xffff, 0); in iwl_mvm_flush_sta()
2072 return iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, 0); in iwl_mvm_flush_sta()