Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dsta.c102 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local
104 .sta_id = mvm_sta->sta_id, in iwl_mvm_sta_send_to_fw()
105 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()
115 add_sta_cmd.tfd_queue_msk = cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()
266 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_add_sta() local
275 sta_id = mvm_sta->sta_id; in iwl_mvm_add_sta()
285 spin_lock_init(&mvm_sta->lock); in iwl_mvm_add_sta()
287 mvm_sta->sta_id = sta_id; in iwl_mvm_add_sta()
288 mvm_sta->mac_id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_add_sta()
290 mvm_sta->vif = vif; in iwl_mvm_add_sta()
[all …]
Drs.c2087 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in rs_tpc_perform() local
2088 struct ieee80211_vif *vif = mvm_sta->vif; in rs_tpc_perform()
2770 static void rs_get_rate(void *mvm_r, struct ieee80211_sta *sta, void *mvm_sta, in rs_get_rate() argument
2778 struct iwl_lq_sta *lq_sta = mvm_sta; in rs_get_rate()
2787 mvm_sta = NULL; in rs_get_rate()
2795 mvm_sta = NULL; in rs_get_rate()
2799 if (rate_control_send_low(sta, mvm_sta, txrc)) in rs_get_rate()
3484 void *mvm_sta) in rs_free_sta() argument
3915 static void rs_remove_debugfs(void *mvm, void *mvm_sta) in rs_remove_debugfs() argument
3928 struct ieee80211_sta *sta, void *mvm_sta) in rs_rate_init_stub() argument
Dmac80211.c2667 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local
2678 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id])) in iwl_mvm_sta_pre_rcu_remove()
2679 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id], in iwl_mvm_sta_pre_rcu_remove()
2682 if (mvm_sta->vif->type == NL80211_IFTYPE_AP) { in iwl_mvm_sta_pre_rcu_remove()
3719 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_set_tim() local
3721 if (!mvm_sta || !mvm_sta->vif) { in iwl_mvm_set_tim()
3726 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif); in iwl_mvm_set_tim()
Ddebugfs-vif.c287 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_dbgfs_mac_params_read() local
292 mvm_sta->bt_reduced_txpower); in iwl_dbgfs_mac_params_read()