Searched refs:completion_pool (Results 1 – 2 of 2) sorted by relevance
516 ioat_dma->completion_pool = pci_pool_create("completion_pool", pdev, in ioat_probe()521 if (!ioat_dma->completion_pool) { in ioat_probe()549 pci_pool_destroy(ioat_dma->completion_pool); in ioat_probe()562 pci_pool_destroy(ioat_dma->completion_pool); in ioat_register()580 pci_pool_destroy(ioat_dma->completion_pool); in ioat_dma_remove()672 pci_pool_free(ioat_dma->completion_pool, ioat_chan->completion, in ioat_free_chan_resources()704 pci_pool_alloc(ioat_chan->ioat_dma->completion_pool, in ioat_alloc_chan_resources()
80 struct pci_pool *completion_pool; member