Searched refs:mvm_sta (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.c | 120 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local 122 .sta_id = mvm_sta->sta_id, in iwl_mvm_sta_send_to_fw() 123 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw() 128 .tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg), in iwl_mvm_sta_send_to_fw() 135 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw() 142 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw() 219 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw() 264 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_rx_agg_session_expired() local 297 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_rx_agg_session_expired() 298 ieee80211_rx_ba_timer_expired(mvm_sta->vif, in iwl_mvm_rx_agg_session_expired() [all …]
|
D | rxmq.c | 342 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_is_dup() local 349 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_is_dup() 350 dup_data = &mvm_sta->dup_data[queue]; in iwl_mvm_is_dup() 638 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_reorder() local 670 mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_reorder() 689 if (WARN(tid != baid_data->tid || mvm_sta->sta_id != baid_data->sta_id, in iwl_mvm_reorder() 691 baid, baid_data->sta_id, baid_data->tid, mvm_sta->sta_id, in iwl_mvm_reorder()
|
D | tx.c | 914 struct iwl_mvm_sta *mvm_sta, u8 tid, in iwl_mvm_tx_add_stream() argument 921 lockdep_assert_held(&mvm_sta->lock); in iwl_mvm_tx_add_stream() 923 mvm_sta->deferred_traffic_tid_map |= BIT(tid); in iwl_mvm_tx_add_stream() 924 set_bit(mvm_sta->sta_id, mvm->sta_deferred_frames); in iwl_mvm_tx_add_stream() 926 deferred_tx_frames = &mvm_sta->tid_data[tid].deferred_tx_frames; in iwl_mvm_tx_add_stream() 1963 struct iwl_mvm_sta *mvm_sta = sta; in iwl_mvm_flush_sta() local 1969 return iwl_mvm_flush_sta_tids(mvm, mvm_sta->sta_id, in iwl_mvm_flush_sta() 1976 return iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, flags); in iwl_mvm_flush_sta()
|
D | mac80211.c | 2728 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local 2739 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id])) in iwl_mvm_sta_pre_rcu_remove() 2740 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id], in iwl_mvm_sta_pre_rcu_remove() 2813 struct iwl_mvm_sta *mvm_sta) in iwl_mvm_purge_deferred_tx_frames() argument 2819 spin_lock_bh(&mvm_sta->lock); in iwl_mvm_purge_deferred_tx_frames() 2821 tid_data = &mvm_sta->tid_data[i]; in iwl_mvm_purge_deferred_tx_frames() 2835 spin_unlock_bh(&mvm_sta->lock); in iwl_mvm_purge_deferred_tx_frames() 2846 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_mac_sta_state() local 2871 iwl_mvm_purge_deferred_tx_frames(mvm, mvm_sta); in iwl_mvm_mac_sta_state() 2882 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state() [all …]
|
D | sta.h | 493 struct iwl_mvm_sta *mvm_sta);
|
D | rs.c | 2185 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in rs_tpc_perform() local 2186 struct ieee80211_vif *vif = mvm_sta->vif; in rs_tpc_perform() 2898 void *mvm_sta, in rs_drv_get_rate() argument 2914 mvm_sta = NULL; in rs_drv_get_rate() 2918 if (rate_control_send_low(sta, mvm_sta, txrc)) in rs_drv_get_rate() 2921 if (!mvm_sta) in rs_drv_get_rate() 2924 lq_sta = mvm_sta; in rs_drv_get_rate() 3612 static void rs_free_sta(void *mvm_r, struct ieee80211_sta *sta, void *mvm_sta) in rs_free_sta() argument 4066 void rs_remove_sta_debugfs(void *mvm, void *mvm_sta) in rs_remove_sta_debugfs() argument 4079 struct ieee80211_sta *sta, void *mvm_sta) in rs_rate_init_ops() argument
|
D | rs.h | 459 void rs_remove_sta_debugfs(void *mvm, void *mvm_sta);
|
D | debugfs-vif.c | 286 struct iwl_mvm_sta *mvm_sta; in iwl_dbgfs_mac_params_read() local 288 mvm_sta = iwl_mvm_sta_from_staid_protected(mvm, ap_sta_id); in iwl_dbgfs_mac_params_read() 289 if (mvm_sta) { in iwl_dbgfs_mac_params_read() 293 mvm_sta->bt_reduced_txpower); in iwl_dbgfs_mac_params_read()
|