Searched refs:reply_dma_pool (Results 1 – 2 of 2) sorted by relevance
3068 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()3069 if (ioc->reply_dma_pool) in _base_release_memory_pools()3070 pci_pool_destroy(ioc->reply_dma_pool); in _base_release_memory_pools()3487 ioc->reply_dma_pool = pci_pool_create("reply pool", ioc->pdev, sz, 4, in _base_allocate_memory_pools()3489 if (!ioc->reply_dma_pool) { in _base_allocate_memory_pools()3494 ioc->reply = pci_pool_alloc(ioc->reply_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
1120 struct dma_pool *reply_dma_pool; member