Lines Matching defs:ar

29 		ieee80211_wake_queues(htt->ar->hw);
52 ieee80211_stop_queues(htt->ar->hw);
61 struct ath10k *ar = htt->ar;
71 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx alloc msdu_id %d\n", msdu_id);
78 struct ath10k *ar = htt->ar;
83 ath10k_warn(ar, "trying to free unallocated msdu_id %d\n",
86 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx free msdu_id %hu\n", msdu_id);
92 struct ath10k *ar = htt->ar;
97 if (test_bit(ATH10K_FW_FEATURE_WMI_10X, htt->ar->fw_features))
102 ath10k_dbg(ar, ATH10K_DBG_BOOT, "htt tx max num pending tx %d\n",
118 htt->tx_pool = dma_pool_create("ath10k htt tx pool", htt->ar->dev,
131 struct ath10k *ar = htt->ar;
140 ath10k_dbg(ar, ATH10K_DBG_HTT, "force cleanup msdu_id %hu\n",
159 void ath10k_htt_htc_tx_complete(struct ath10k *ar, struct sk_buff *skb)
166 struct ath10k *ar = htt->ar;
175 skb = ath10k_htc_alloc_skb(ar, len);
183 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
194 struct ath10k *ar = htt->ar;
203 skb = ath10k_htc_alloc_skb(ar, len);
223 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
225 ath10k_warn(ar, "failed to send htt type stats request: %d",
236 struct ath10k *ar = htt->ar;
255 skb = ath10k_htc_alloc_skb(ar, len);
311 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
324 struct ath10k *ar = htt->ar;
342 skb = ath10k_htc_alloc_skb(ar, len);
354 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt h2t aggr cfg msg amsdu %d ampdu %d",
358 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
369 struct ath10k *ar = htt->ar;
370 struct device *dev = ar->dev;
396 txdesc = ath10k_htc_alloc_skb(ar, len);
420 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc);
443 struct ath10k *ar = htt->ar;
444 struct device *dev = ar->dev;
560 ath10k_dbg(ar, ATH10K_DBG_HTT,
564 ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt tx msdu: ",
582 res = ath10k_hif_tx_sg(htt->ar,
583 htt->ar->htc.endpoint[htt->eid].ul_pipe_id,