Home
last modified time | relevance | path

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

/drivers/scsi/mpt3sas/
Dmpt3sas_base.c5824 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
5826 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()
6139 ioc->reply_free_dma_pool = dma_pool_create( in _base_allocate_reply_free_dma_pool()
6141 if (!ioc->reply_free_dma_pool) in _base_allocate_reply_free_dma_pool()
6143 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()
Dmpt3sas_base.h1571 struct dma_pool *reply_free_dma_pool; member