Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2420 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
2421 if (ioc->reply_dma_pool) in _base_release_memory_pools()
2422 pci_pool_destroy(ioc->reply_dma_pool); in _base_release_memory_pools()
2826 ioc->reply_dma_pool = pci_pool_create("reply pool", ioc->pdev, sz, 4, in _base_allocate_memory_pools()
2828 if (!ioc->reply_dma_pool) { in _base_allocate_memory_pools()
2833 ioc->reply = pci_pool_alloc(ioc->reply_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
Dmpt2sas_base.h979 struct dma_pool *reply_dma_pool; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2584 pci_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools()
2585 if (ioc->reply_dma_pool) in _base_release_memory_pools()
2586 pci_pool_destroy(ioc->reply_dma_pool); in _base_release_memory_pools()
2999 ioc->reply_dma_pool = pci_pool_create("reply pool", ioc->pdev, sz, 4, in _base_allocate_memory_pools()
3001 if (!ioc->reply_dma_pool) { in _base_allocate_memory_pools()
3006 ioc->reply = pci_pool_alloc(ioc->reply_dma_pool , GFP_KERNEL, in _base_allocate_memory_pools()
Dmpt3sas_base.h921 struct dma_pool *reply_dma_pool; member