Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dpci.c3494 struct rtw89_pci_dma_pool *bd_pool = &rtwpci->tx.bd_pool; in rtw89_pci_free_tx_rings() local
3507 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() local
3549 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() local
3710 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 …]
H A Dpci.h1585 struct rtw89_pci_dma_pool bd_pool; member
1599 struct rtw89_pci_dma_pool bd_pool; member