Lines Matching defs:htt
10 #include "htt.h"
43 int ath10k_txrx_tx_unref(struct ath10k_htt *htt,
47 struct ath10k *ar = htt->ar;
57 "htt tx completion msdu_id %u status %d\n",
60 if (tx_done->msdu_id >= htt->max_num_pending_tx) {
66 spin_lock_bh(&htt->tx_lock);
67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id);
71 spin_unlock_bh(&htt->tx_lock);
84 ath10k_htt_tx_free_msdu_id(htt, tx_done->msdu_id);
85 ath10k_htt_tx_dec_pending(htt);
86 spin_unlock_bh(&htt->tx_lock);
97 ath10k_report_offchan_tx(htt->ar, msdu);
141 ieee80211_tx_status_ext(htt->ar->hw, &status);
217 void ath10k_peer_map_event(struct ath10k_htt *htt,
220 struct ath10k *ar = htt->ar;
225 "received htt peer map event with idx out of bounds: %u\n",
243 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt peer map vdev %d peer %pM id %d\n",
253 void ath10k_peer_unmap_event(struct ath10k_htt *htt,
256 struct ath10k *ar = htt->ar;
261 "received htt peer unmap event with idx out of bounds: %u\n",
274 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt peer unmap vdev %d peer %pM id %d\n",