Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1398 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1475 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1500 rpf = reply_q->reply_post_free; in _base_interrupt()
4235 if (rps->reply_post_free) { in _base_release_memory_pools()
4238 rps->reply_post_free, in _base_release_memory_pools()
4242 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
4243 rps->reply_post_free = NULL; in _base_release_memory_pools()
4518 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
4522 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
4528 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h877 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
954 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member