Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3093 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()
Dmpt3sas_base.h1135 struct dma_pool *reply_post_free_dma_pool; member