Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c390 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_wifi7_dp_tx()
452 if (skb_cb->paddr_ext_desc) in ath12k_wifi7_dp_tx()
453 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_wifi7_dp_tx()
513 if (skb_cb->paddr_ext_desc) { in ath12k_dp_tx_htt_tx_complete_buf()
514 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
765 if (skb_cb->paddr_ext_desc) { in ath12k_wifi7_dp_tx_complete_msdu()
766 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_wifi7_dp_tx_complete_msdu()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c244 if (skb_cb->paddr_ext_desc) { in ath12k_dp_tx_free_txbuf()
245 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
H A Ddp.c1031 if (skb_cb->paddr_ext_desc) { in ath12k_dp_cc_cleanup()
1033 skb_cb->paddr_ext_desc, in ath12k_dp_cc_cleanup()
H A Dcore.h131 dma_addr_t paddr_ext_desc; member