Searched refs:reply_post_free_dma_pool (Results 1 – 2 of 2) sorted by relevance
3093 ioc->reply_post_free_dma_pool, in _base_release_memory_pools()3104 if (ioc->reply_post_free_dma_pool) in _base_release_memory_pools()3105 pci_pool_destroy(ioc->reply_post_free_dma_pool); in _base_release_memory_pools()3280 ioc->reply_post_free_dma_pool = pci_pool_create("reply_post_free pool", in _base_allocate_memory_pools()3282 if (!ioc->reply_post_free_dma_pool) { in _base_allocate_memory_pools()3291 pci_pool_alloc(ioc->reply_post_free_dma_pool, in _base_allocate_memory_pools()
1135 struct dma_pool *reply_post_free_dma_pool; member