Searched refs:reply_dma_pool (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.h | 1165 * @reply_dma_pool: 1418 struct dma_pool *reply_dma_pool; member
|
H A D | mpt3sas_base.c | 4872 dma_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools() 4873 dma_pool_destroy(ioc->reply_dma_pool); in _base_release_memory_pools() 5570 ioc->reply_dma_pool = dma_pool_create("reply pool", &ioc->pdev->dev, sz, in _base_allocate_memory_pools() 5572 if (!ioc->reply_dma_pool) { in _base_allocate_memory_pools() 5576 ioc->reply = dma_pool_alloc(ioc->reply_dma_pool, GFP_KERNEL, in _base_allocate_memory_pools()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.h | 1300 * @reply_dma_pool: 1565 struct dma_pool *reply_dma_pool; member
|
H A D | mpt3sas_base.c | 5799 dma_pool_free(ioc->reply_dma_pool, ioc->reply, ioc->reply_dma); in _base_release_memory_pools() 5800 dma_pool_destroy(ioc->reply_dma_pool); in _base_release_memory_pools() 6088 ioc->reply_dma_pool = dma_pool_create("reply pool", in _base_allocate_reply_pool() 6090 if (!ioc->reply_dma_pool) in _base_allocate_reply_pool() 6092 ioc->reply = dma_pool_alloc(ioc->reply_dma_pool, GFP_KERNEL, in _base_allocate_reply_pool()
|
Completed in 25 milliseconds