Home
last modified time | relevance | path

Searched refs:bd_pool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.c3447 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_free_tx_rings() local
3460 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() local
3502 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() local
3659 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 …]
H A Dpci.h1604 struct rtw89_pci_dma_pool bd_pool; member
1618 struct rtw89_pci_dma_pool bd_pool; member