Searched refs:reply_free (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1763 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue() 5807 if (ioc->reply_free) { in _base_release_memory_pools() 5808 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools() 5813 ioc->reply_free)); in _base_release_memory_pools() 5814 ioc->reply_free = NULL; in _base_release_memory_pools() 6124 "reply_free pool", &ioc->pdev->dev, sz, 16, 0); 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() 6129 if (!ioc->reply_free) in _base_allocate_reply_free_dma_pool() 6134 ioc->reply_free, (unsigned long long) ioc->reply_free_dma)); in _base_allocate_reply_free_dma_pool() 6138 memset(ioc->reply_free, in _base_allocate_reply_free_dma_pool() [all...] |
H A D | mpt3sas_base.h | 1302 * @reply_free: pool for reply free queue (32 bit addr) 1569 __le32 *reply_free; member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1621 ioc->reply_free[ioc->reply_free_host_index] = in _base_process_reply_queue() 4880 if (ioc->reply_free) { in _base_release_memory_pools() 4881 dma_pool_free(ioc->reply_free_dma_pool, ioc->reply_free, in _base_release_memory_pools() 4886 ioc->reply_free)); in _base_release_memory_pools() 4887 ioc->reply_free = NULL; in _base_release_memory_pools() 5595 ioc->reply_free_dma_pool = dma_pool_create("reply_free pool", in _base_allocate_memory_pools() 5598 ioc_err(ioc, "reply_free pool: dma_pool_create failed\n"); in _base_allocate_memory_pools() 5601 ioc->reply_free = dma_pool_zalloc(ioc->reply_free_dma_pool, GFP_KERNEL, in _base_allocate_memory_pools() 5603 if (!ioc->reply_free) { in _base_allocate_memory_pools() 5604 ioc_err(ioc, "reply_free poo in _base_allocate_memory_pools() [all...] |
H A D | mpt3sas_base.h | 1167 * @reply_free: pool for reply free queue (32 bit addr) 1422 __le32 *reply_free; member
|
Completed in 21 milliseconds