Searched refs:reply_post_host_index (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1704 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index];
1775 reply_q->reply_post_host_index =
1776 (reply_q->reply_post_host_index ==
1778 reply_q->reply_post_host_index + 1;
1780 reply_q->reply_post_free[reply_q->reply_post_host_index].
1790 writel(reply_q->reply_post_host_index |
1795 writel(reply_q->reply_post_host_index |
1810 if (!reply_q->reply_post_host_index)
1824 writel(reply_q->reply_post_host_index,
1825 ioc->reply_post_host_index[msix_inde
[all...]
H A Dmpt3sas_base.h938 * @reply_post_host_index: head index in the pool where FW completes IO
952 u32 reply_post_host_index; member in struct:adapter_reply_queue
1386 resource_size_t __iomem **reply_post_host_index; member in struct:MPT3SAS_ADAPTER
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1681 u32 reply_post_host_index; /*006Ch*/ member in struct:megasas_register_set

Completed in 99 milliseconds