Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2429 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()
Dmpt2sas_base.h985 struct dma_pool *reply_free_dma_pool; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2594 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()
Dmpt3sas_base.h927 struct dma_pool *reply_free_dma_pool; member