Searched refs:tid_qbuf (Results 1 – 1 of 1) sorted by relevance
359 struct ath12k_reoq_buf *tid_qbuf) in ath12k_dp_rx_tid_cleanup() argument361 if (tid_qbuf->vaddr) { in ath12k_dp_rx_tid_cleanup()362 dma_unmap_single(ab->dev, tid_qbuf->paddr_aligned, in ath12k_dp_rx_tid_cleanup()363 tid_qbuf->size, DMA_BIDIRECTIONAL); in ath12k_dp_rx_tid_cleanup()364 kfree(tid_qbuf->vaddr); in ath12k_dp_rx_tid_cleanup()365 tid_qbuf->vaddr = NULL; in ath12k_dp_rx_tid_cleanup()