Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c947 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1019 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1025 rpf = reply_q->reply_post_free; in _base_interrupt()
3091 if (rps->reply_post_free) { in _base_release_memory_pools()
3094 rps->reply_post_free, in _base_release_memory_pools()
3098 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
3099 rps->reply_post_free = NULL; in _base_release_memory_pools()
3290 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
3294 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
3300 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h696 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
764 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member