Home
last modified time | relevance | path

Searched refs:reply_post_free_dma_pool (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2443 ioc->reply_post_free_dma_pool, in _base_release_memory_pools()
2454 if (ioc->reply_post_free_dma_pool) in _base_release_memory_pools()
2455 pci_pool_destroy(ioc->reply_post_free_dma_pool); in _base_release_memory_pools()
2620 ioc->reply_post_free_dma_pool = pci_pool_create("reply_post_free pool", in _base_allocate_memory_pools()
2622 if (!ioc->reply_post_free_dma_pool) { in _base_allocate_memory_pools()
2631 pci_pool_alloc(ioc->reply_post_free_dma_pool, in _base_allocate_memory_pools()
Dmpt2sas_base.h994 struct dma_pool *reply_post_free_dma_pool; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2609 ioc->reply_post_free_dma_pool, in _base_release_memory_pools()
2620 if (ioc->reply_post_free_dma_pool) in _base_release_memory_pools()
2621 pci_pool_destroy(ioc->reply_post_free_dma_pool); in _base_release_memory_pools()
2792 ioc->reply_post_free_dma_pool = pci_pool_create("reply_post_free pool", in _base_allocate_memory_pools()
2794 if (!ioc->reply_post_free_dma_pool) { in _base_allocate_memory_pools()
2803 pci_pool_alloc(ioc->reply_post_free_dma_pool, in _base_allocate_memory_pools()
Dmpt3sas_base.h936 struct dma_pool *reply_post_free_dma_pool; member