Home
last modified time | relevance | path

Searched refs:paddr_ext_desc (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath12k/
Ddp_tx.c284 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()
334 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx()
335 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()
358 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf()
359 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
388 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf()
389 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
463 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu()
464 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_complete_msdu()
Dcore.h83 dma_addr_t paddr_ext_desc; member