Searched refs:bd_pool (Results 1 – 2 of 2) sorted by relevance
3494 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_free_tx_rings() local3507 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_tx_rings()3540 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_free_rx_rings() local3549 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_rx_rings()3681 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_alloc_tx_rings() local3710 bd_pool->head = head; in rtw89_pci_alloc_tx_rings()3711 bd_pool->dma = dma; in rtw89_pci_alloc_tx_rings()3712 bd_pool->size = pool_sz; in rtw89_pci_alloc_tx_rings()3742 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_alloc_tx_rings()3827 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_alloc_rx_rings() local[all …]
1585 struct rtw89_pci_dma_pool bd_pool; member1599 struct rtw89_pci_dma_pool bd_pool; member