Lines Matching refs:sta_id

102 			struct ieee80211_tx_info *info, u8 sta_id)  in iwl_mvm_set_tx_cmd()  argument
186 tx_cmd->sta_id = sta_id; in iwl_mvm_set_tx_cmd()
323 int hdrlen, struct ieee80211_sta *sta, u8 sta_id) in iwl_mvm_set_tx_params() argument
342 iwl_mvm_set_tx_cmd(mvm, skb, tx_cmd, info, sta_id); in iwl_mvm_set_tx_params()
360 u8 sta_id; in iwl_mvm_tx_skb_non_sta() local
390 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
397 sta_id = mvmvif->bcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
403 sta_id = ap_sta_id; in iwl_mvm_tx_skb_non_sta()
407 IWL_DEBUG_TX(mvm, "station Id %d, queue=%d\n", sta_id, info->hw_queue); in iwl_mvm_tx_skb_non_sta()
409 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, hdrlen, NULL, sta_id); in iwl_mvm_tx_skb_non_sta()
431 atomic_inc(&mvm->pending_frames[sta_id]); in iwl_mvm_tx_skb_non_sta()
461 if (WARN_ON_ONCE(mvmsta->sta_id == IWL_MVM_STATION_COUNT)) in iwl_mvm_tx_skb()
464 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, hdrlen, sta, mvmsta->sta_id); in iwl_mvm_tx_skb()
513 IWL_DEBUG_TX(mvm, "TX to [%d|%d] Q:%d - seq: 0x%x\n", mvmsta->sta_id, in iwl_mvm_tx_skb()
525 atomic_inc(&mvm->pending_frames[mvmsta->sta_id]); in iwl_mvm_tx_skb()
680 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_single() local
785 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_tx_cmd_single()
827 if (!atomic_sub_and_test(skb_freed, &mvm->pending_frames[sta_id])) in iwl_mvm_rx_tx_cmd_single()
855 set_bit(sta_id, mvm->sta_drained); in iwl_mvm_rx_tx_cmd_single()
915 int sta_id = IWL_MVM_TX_RES_GET_RA(tx_resp->ra_tid); in iwl_mvm_rx_tx_cmd_agg() local
930 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_tx_cmd_agg()
981 int sta_id, tid, freed; in iwl_mvm_rx_ba_notif() local
988 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
991 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT || in iwl_mvm_rx_ba_notif()
993 "sta_id %d tid %d", sta_id, tid)) in iwl_mvm_rx_ba_notif()
998 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_ba_notif()
1032 ba_notif->sta_id); in iwl_mvm_rx_ba_notif()