Searched refs:reply_post_free_array (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 4911 if (ioc->reply_post_free_array && in _base_release_memory_pools() 4914 ioc->reply_post_free_array, in _base_release_memory_pools() 4916 ioc->reply_post_free_array = NULL; in _base_release_memory_pools() 5620 dma_pool_create("reply_post_free_array pool", in _base_allocate_memory_pools() 5624 ioc_info(ioc, "reply_post_free_array pool: dma_pool_create failed\n")); in _base_allocate_memory_pools() 5627 ioc->reply_post_free_array = in _base_allocate_memory_pools() 5630 if (!ioc->reply_post_free_array) { in _base_allocate_memory_pools() 5632 ioc_info(ioc, "reply_post_free_array pool: dma_pool_alloc failed\n")); in _base_allocate_memory_pools() 6515 memset(ioc->reply_post_free_array, 0, reply_post_free_array_sz); in _base_send_ioc_init() 6517 ioc->reply_post_free_array[ in _base_send_ioc_init() [all...] |
H A D | mpt3sas_base.h | 1435 Mpi2IOCInitRDPQArrayEntry *reply_post_free_array; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 5838 if (ioc->reply_post_free_array && in _base_release_memory_pools() 5841 ioc->reply_post_free_array, in _base_release_memory_pools() 5843 ioc->reply_post_free_array = NULL; in _base_release_memory_pools() 6161 dma_pool_create("reply_post_free_array pool", in _base_allocate_reply_post_free_array() 6165 ioc->reply_post_free_array = in _base_allocate_reply_post_free_array() 6168 if (!ioc->reply_post_free_array) in _base_allocate_reply_post_free_array() 7547 memset(ioc->reply_post_free_array, 0, reply_post_free_array_sz); in _base_send_ioc_init() 7549 ioc->reply_post_free_array[i].RDPQBaseAddress = in _base_send_ioc_init()
|
H A D | mpt3sas_base.h | 1582 Mpi2IOCInitRDPQArrayEntry *reply_post_free_array; member
|
Completed in 38 milliseconds