Lines Matching refs:vaddr
112 htt->txbuf.vaddr = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc()
115 if (!htt->txbuf.vaddr) { in ath10k_htt_tx_alloc()
125 htt->frag_desc.vaddr = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc()
128 if (!htt->frag_desc.vaddr) { in ath10k_htt_tx_alloc()
140 dma_free_coherent(htt->ar->dev, size, htt->txbuf.vaddr, in ath10k_htt_tx_alloc()
170 if (htt->txbuf.vaddr) { in ath10k_htt_tx_free()
173 dma_free_coherent(htt->ar->dev, size, htt->txbuf.vaddr, in ath10k_htt_tx_free()
177 if (htt->frag_desc.vaddr) { in ath10k_htt_tx_free()
180 dma_free_coherent(htt->ar->dev, size, htt->frag_desc.vaddr, in ath10k_htt_tx_free()
361 fw_idx = __le32_to_cpu(*htt->rx_ring.alloc_idx.vaddr); in ath10k_htt_send_rx_ring_cfg_ll()
570 skb_cb->htt.txbuf = &htt->txbuf.vaddr[msdu_id]; in ath10k_htt_tx()
600 memset(&htt->frag_desc.vaddr[msdu_id], 0, in ath10k_htt_tx()
603 &htt->frag_desc.vaddr[msdu_id].frags; in ath10k_htt_tx()
604 ext_desc = &htt->frag_desc.vaddr[msdu_id]; in ath10k_htt_tx()
699 sg_items[0].vaddr = &skb_cb->htt.txbuf->htc_hdr; in ath10k_htt_tx()
708 sg_items[1].vaddr = msdu->data; in ath10k_htt_tx()