Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c115 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local
117 .sta_id = mvm_sta->sta_id, in iwl_mvm_sta_send_to_fw()
118 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()
123 .tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg), in iwl_mvm_sta_send_to_fw()
130 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()
137 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
214 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
259 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_rx_agg_session_expired() local
292 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rx_agg_session_expired()
293 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.c423 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_is_dup() local
430 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_is_dup()
431 dup_data = &mvm_sta->dup_data[queue]; in iwl_mvm_is_dup()
854 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_reorder() local
888 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_reorder()
907 if (WARN(tid != baid_data->tid || mvm_sta->sta_id != baid_data->sta_id, in iwl_mvm_reorder()
909 baid, baid_data->sta_id, baid_data->tid, mvm_sta->sta_id, in iwl_mvm_reorder()
Dsta.h501 struct iwl_mvm_sta *mvm_sta);
Drs.h449 void rs_remove_sta_debugfs(void *mvm, void *mvm_sta);
Dmac80211.c2880 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local
2891 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id])) in iwl_mvm_sta_pre_rcu_remove()
2892 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id], in iwl_mvm_sta_pre_rcu_remove()
3015 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_mac_sta_state() local
3050 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state()
3105 iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->sta_id); in iwl_mvm_mac_sta_state()
4313 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_set_tim() local
4315 if (!mvm_sta || !mvm_sta->vif) { in iwl_mvm_set_tim()
4320 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif); in iwl_mvm_set_tim()
Drs.c2002 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in rs_tpc_perform() local
2003 struct ieee80211_vif *vif = mvm_sta->vif; in rs_tpc_perform()
2713 void *mvm_sta, in rs_drv_get_rate() argument
2729 mvm_sta = NULL; in rs_drv_get_rate()
2732 if (!mvm_sta) in rs_drv_get_rate()
2735 lq_sta = mvm_sta; in rs_drv_get_rate()
3677 static void rs_free_sta(void *mvm_r, struct ieee80211_sta *sta, void *mvm_sta) in rs_free_sta() argument
4136 struct ieee80211_sta *sta, void *mvm_sta) in rs_rate_init_ops() argument
Dtx.c2047 struct iwl_mvm_sta *mvm_sta = sta; in iwl_mvm_flush_sta() local
2053 return iwl_mvm_flush_sta_tids(mvm, mvm_sta->sta_id, in iwl_mvm_flush_sta()
2060 return iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, flags); in iwl_mvm_flush_sta()