Searched refs:completion_pool (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Dioatdma.h49 struct pci_pool *completion_pool; member in struct:ioat_device
H A Dioatdma.c159 pci_pool_alloc(ioat_chan->device->completion_pool,
201 pci_pool_free(ioat_device->completion_pool,
729 device->completion_pool = pci_pool_create("completion_pool", pdev, sizeof(u64), SMP_CACHE_BYTES, SMP_CACHE_BYTES);
730 if (!device->completion_pool) {
777 pci_pool_destroy(device->completion_pool);
808 pci_pool_destroy(device->completion_pool);

Completed in 48 milliseconds