Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5814 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
5816 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()
6129 ioc->reply_free_dma_pool = dma_pool_create( in _base_allocate_reply_free_dma_pool()
6131 if (!ioc->reply_free_dma_pool) in _base_allocate_reply_free_dma_pool()
6133 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()
H A Dmpt3sas_base.h1568 struct dma_pool *reply_free_dma_pool; member