Lines Matching defs:htt
10 #include "htt.h"
43 int ath10k_txrx_tx_unref(struct ath10k_htt *htt,
46 struct ath10k *ar = htt->ar;
56 "htt tx completion msdu_id %u status %d\n",
59 if (tx_done->msdu_id >= htt->max_num_pending_tx) {
65 spin_lock_bh(&htt->tx_lock);
66 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id);
70 spin_unlock_bh(&htt->tx_lock);
83 ath10k_htt_tx_free_msdu_id(htt, tx_done->msdu_id);
84 ath10k_htt_tx_dec_pending(htt);
85 spin_unlock_bh(&htt->tx_lock);
96 ath10k_report_offchan_tx(htt->ar, msdu);
131 ieee80211_tx_status(htt->ar->hw, msdu);
204 void ath10k_peer_map_event(struct ath10k_htt *htt,
207 struct ath10k *ar = htt->ar;
212 "received htt peer map event with idx out of bounds: %hu\n",
230 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt peer map vdev %d peer %pM id %d\n",
240 void ath10k_peer_unmap_event(struct ath10k_htt *htt,
243 struct ath10k *ar = htt->ar;
248 "received htt peer unmap event with idx out of bounds: %hu\n",
261 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt peer unmap vdev %d peer %pM id %d\n",