Home
last modified time | relevance | path

Searched refs:completion_pool (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/dma/ioat/
Ddma.c346 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat1_dma_alloc_chan_resources()
444 pci_pool_free(ioatdma_device->completion_pool, in ioat1_dma_free_chan_resources()
1028 device->completion_pool = pci_pool_create("completion_pool", pdev, in ioat_probe()
1032 if (!device->completion_pool) { in ioat_probe()
1060 pci_pool_destroy(device->completion_pool); in ioat_probe()
1073 pci_pool_destroy(device->completion_pool); in ioat_register()
1243 pci_pool_destroy(device->completion_pool); in ioat_dma_remove()
Ddma.h78 struct pci_pool *completion_pool; member
Ddma_v2.c532 chan->completion = pci_pool_alloc(chan->device->completion_pool, in ioat2_alloc_chan_resources()
836 pci_pool_free(device->completion_pool, chan->completion, in ioat2_free_chan_resources()