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.c299 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_wifi7_dp_tx()
361 if (skb_cb->paddr_ext_desc) in ath12k_wifi7_dp_tx()
362 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_wifi7_dp_tx()
422 if (skb_cb->paddr_ext_desc) { in ath12k_dp_tx_htt_tx_complete_buf()
423 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()
674 if (skb_cb->paddr_ext_desc) { in ath12k_wifi7_dp_tx_complete_msdu()
675 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.c198 if (skb_cb->paddr_ext_desc) { in ath12k_dp_tx_free_txbuf()
199 dma_unmap_single(dp->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()
H A Ddp.c1033 if (skb_cb->paddr_ext_desc) { in ath12k_dp_cc_cleanup()
1035 skb_cb->paddr_ext_desc, in ath12k_dp_cc_cleanup()
H A Dcore.h129 dma_addr_t paddr_ext_desc; member