Searched refs:paddr_ext_desc (Results 1 – 2 of 2) sorted by relevance
284 skb_cb->paddr_ext_desc = ti.paddr; in ath12k_dp_tx()333 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx()355 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_free_txbuf()356 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_free_txbuf()385 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_htt_tx_complete_buf()386 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_htt_tx_complete_buf()460 if (skb_cb->paddr_ext_desc) in ath12k_dp_tx_complete_msdu()461 dma_unmap_single(ab->dev, skb_cb->paddr_ext_desc, in ath12k_dp_tx_complete_msdu()
83 dma_addr_t paddr_ext_desc; member