Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c434 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()
484 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx()
485 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()
509 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf()
510 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
538 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf()
539 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
736 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu()
737 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_complete_msdu()
H A Dcore.h123 dma_addr_t paddr_ext_desc; member