Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c934 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1000 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1006 rpf = reply_q->reply_post_free; in _base_interrupt()
2441 if (rps->reply_post_free) { in _base_release_memory_pools()
2444 rps->reply_post_free, in _base_release_memory_pools()
2448 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
2449 rps->reply_post_free = NULL; in _base_release_memory_pools()
2630 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
2634 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
2640 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h587 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
642 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c921 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
993 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
999 rpf = reply_q->reply_post_free; in _base_interrupt()
2607 if (rps->reply_post_free) { in _base_release_memory_pools()
2610 rps->reply_post_free, in _base_release_memory_pools()
2614 ioc->name, rps->reply_post_free)); in _base_release_memory_pools()
2615 rps->reply_post_free = NULL; in _base_release_memory_pools()
2802 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
2806 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
2812 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h507 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
575 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member