Searched refs:bd_pool (Results 1 – 2 of 2) sorted by relevance
3447 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_free_tx_rings() local3460 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_tx_rings()3493 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_free_rx_rings() local3502 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_rx_rings()3634 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_alloc_tx_rings() local3659 bd_pool->head = head; in rtw89_pci_alloc_tx_rings()3660 bd_pool->dma = dma; in rtw89_pci_alloc_tx_rings()3661 bd_pool->size = pool_sz; in rtw89_pci_alloc_tx_rings()3687 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_alloc_tx_rings()3768 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_alloc_rx_rings() local[all …]
1604 struct rtw89_pci_dma_pool bd_pool; member1618 struct rtw89_pci_dma_pool bd_pool; member