Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c416 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()
466 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx()
467 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()
491 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf()
492 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
520 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf()
521 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
600 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu()
601 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_complete_msdu()
H A Dcore.h115 dma_addr_t paddr_ext_desc; member