Lines Matching refs:sta_id
78 struct ieee80211_tx_info *info, u8 sta_id) in iwl_mvm_set_tx_cmd() argument
157 tx_cmd->sta_id = sta_id; in iwl_mvm_set_tx_cmd()
284 struct ieee80211_sta *sta, u8 sta_id) in iwl_mvm_set_tx_params() argument
303 iwl_mvm_set_tx_cmd(mvm, skb, tx_cmd, info, sta_id); in iwl_mvm_set_tx_params()
321 u8 sta_id; in iwl_mvm_tx_skb_non_sta() local
351 sta_id = mvmvif->bcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
353 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
356 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, info->hw_queue); in iwl_mvm_tx_skb_non_sta()
358 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, NULL, sta_id); in iwl_mvm_tx_skb_non_sta()
380 atomic_inc(&mvm->pending_frames[sta_id]); in iwl_mvm_tx_skb_non_sta()
408 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT)) in iwl_mvm_tx_skb()
411 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, sta, mvmsta->sta_id); in iwl_mvm_tx_skb()
460 IWL_DEBUG_TX(mvm, "TX to [%d|%d] Q:%d - seq: 0x%x\n", mvmsta->sta_id, in iwl_mvm_tx_skb()
472 atomic_inc(&mvm->pending_frames[mvmsta->sta_id]); in iwl_mvm_tx_skb()
632 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() local
737 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_tx_cmd_single()
779 if (!atomic_sub_and_test(skb_freed, &mvm->pending_frames[sta_id])) in iwl_mvm_rx_tx_cmd_single()
807 set_bit(sta_id, mvm->sta_drained); in iwl_mvm_rx_tx_cmd_single()
867 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg() local
882 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_tx_cmd_agg()
937 int sta_id, tid, freed; in iwl_mvm_rx_ba_notif() local
944 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
947 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT || in iwl_mvm_rx_ba_notif()
949 "sta_id %d tid %d", sta_id, tid)) in iwl_mvm_rx_ba_notif()
954 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_ba_notif()
988 ba_notif->sta_id); in iwl_mvm_rx_ba_notif()