Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c4749 if (ioc->reply_post_free_array && in _base_release_memory_pools()
4752 ioc->reply_post_free_array, in _base_release_memory_pools()
4754 ioc->reply_post_free_array = NULL; in _base_release_memory_pools()
5360 ioc->reply_post_free_array = in _base_allocate_memory_pools()
5363 if (!ioc->reply_post_free_array) { in _base_allocate_memory_pools()
6186 memset(ioc->reply_post_free_array, 0, reply_post_free_array_sz); in _base_send_ioc_init()
6188 ioc->reply_post_free_array[i].RDPQBaseAddress = in _base_send_ioc_init()
Dmpt3sas_base.h1408 Mpi2IOCInitRDPQArrayEntry *reply_post_free_array; member