Searched defs:reply_post_free (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c930 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index];
996 reply_q->reply_post_free[reply_q->reply_post_host_index].
1002 rpf = reply_q->reply_post_free;
2416 if (rps->reply_post_free) {
2419 rps->reply_post_free,
2423 ioc->name, rps->reply_post_free));
2424 rps->reply_post_free = NULL;
2587 printk(MPT2SAS_ERR_FMT "reply_post_free pool: kcalloc failed\n",
2591 ioc->reply_post_free_dma_pool = pci_pool_create("reply_post_free pool",
2595 "reply_post_free poo
4251 long reply_post_free; local
[all...]
H A Dmpt2sas_base.h576 * @reply_post_free: reply post base virt address
586 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member in struct:adapter_reply_queue
640 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member in struct:reply_post_struct
788 * @reply_post_struct: struct for reply_post_free physical & virt address
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c917 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index];
989 reply_q->reply_post_free[reply_q->reply_post_host_index].
995 rpf = reply_q->reply_post_free;
2581 if (rps->reply_post_free) {
2584 rps->reply_post_free,
2588 ioc->name, rps->reply_post_free));
2589 rps->reply_post_free = NULL;
2756 pr_err(MPT3SAS_FMT "reply_post_free pool: kcalloc failed\n",
2760 ioc->reply_post_free_dma_pool = pci_pool_create("reply_post_free pool",
2764 "reply_post_free poo
4387 long reply_post_free; local
[all...]
H A Dmpt3sas_base.h496 * @reply_post_free: reply post base virt address
506 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member in struct:adapter_reply_queue
573 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member in struct:reply_post_struct
721 * @reply_post_struct: struct for reply_post_free physical & virt address

Completed in 269 milliseconds