Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_tx.c415 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()
465 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx()
466 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()
490 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf()
491 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
519 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf()
520 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
599 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu()
600 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_complete_msdu()
Dcore.h106 dma_addr_t paddr_ext_desc; member