Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c5803 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
5805 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()
6115 ioc->reply_free_dma_pool = dma_pool_create( in _base_allocate_reply_free_dma_pool()
6117 if (!ioc->reply_free_dma_pool) in _base_allocate_reply_free_dma_pool()
6119 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