Searched refs:reply_free_dma_pool (Results 1 – 2 of 2) sorted by relevance
2081 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()2083 if (ioc->reply_free_dma_pool) in _base_release_memory_pools()2084 pci_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()2451 ioc->reply_free_dma_pool = pci_pool_create("reply_free pool", in _base_allocate_memory_pools()2453 if (!ioc->reply_free_dma_pool) { in _base_allocate_memory_pools()2458 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
811 struct dma_pool *reply_free_dma_pool; member