Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1169 * @reply_free_dma_pool:
1424 struct dma_pool *reply_free_dma_pool; member
H A Dmpt3sas_base.c4881 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
4883 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()
5595 ioc->reply_free_dma_pool = dma_pool_create("reply_free pool", in _base_allocate_memory_pools()
5597 if (!ioc->reply_free_dma_pool) { in _base_allocate_memory_pools()
5601 ioc->reply_free = dma_pool_zalloc(ioc->reply_free_dma_pool, GFP_KERNEL, in _base_allocate_memory_pools()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1304 * @reply_free_dma_pool:
1571 struct dma_pool *reply_free_dma_pool; member
H A Dmpt3sas_base.c5808 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools()
5810 dma_pool_destroy(ioc->reply_free_dma_pool); in _base_release_memory_pools()
6123 ioc->reply_free_dma_pool = dma_pool_create( in _base_allocate_reply_free_dma_pool()
6125 if (!ioc->reply_free_dma_pool) in _base_allocate_reply_free_dma_pool()
6127 ioc->reply_free = dma_pool_alloc(ioc->reply_free_dma_pool, in _base_allocate_reply_free_dma_pool()

Completed in 24 milliseconds