Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c3504 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_free_tx_rings() local
3517 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_tx_rings()
3550 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_free_rx_rings() local
3559 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_free_rx_rings()
3691 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_alloc_tx_rings() local
3720 bd_pool->head = head; in rtw89_pci_alloc_tx_rings()
3721 bd_pool->dma = dma; in rtw89_pci_alloc_tx_rings()
3722 bd_pool->size = pool_sz; in rtw89_pci_alloc_tx_rings()
3752 dma_free_coherent(&pdev->dev, bd_pool->size, bd_pool->head, bd_pool->dma); in rtw89_pci_alloc_tx_rings()
3837 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->rx.bd_pool; in rtw89_pci_alloc_rx_rings() local
[all …]
H A Dpci.h1592 struct rtw89_pci_dma_pool bd_pool; member
1606 struct rtw89_pci_dma_pool bd_pool; member