Searched refs:reply_free_dma_pool (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 2429 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools() 2431 if (ioc->reply_free_dma_pool) in _base_release_memory_pools() 2432 pci_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools() 2851 ioc->reply_free_dma_pool = pci_pool_create("reply_free pool", in _base_allocate_memory_pools() 2853 if (!ioc->reply_free_dma_pool) { in _base_allocate_memory_pools() 2858 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
|
D | mpt2sas_base.h | 985 struct dma_pool *reply_free_dma_pool; member
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 2594 pci_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools() 2596 if (ioc->reply_free_dma_pool) in _base_release_memory_pools() 2597 pci_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools() 3025 ioc->reply_free_dma_pool = pci_pool_create("reply_free pool", in _base_allocate_memory_pools() 3027 if (!ioc->reply_free_dma_pool) { in _base_allocate_memory_pools() 3032 ioc->reply_free = pci_pool_alloc(ioc->reply_free_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
|
D | mpt3sas_base.h | 927 struct dma_pool *reply_free_dma_pool; member
|