Lines Matching refs:reply_post_host_index
1704 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue()
1775 reply_q->reply_post_host_index = in _base_process_reply_queue()
1776 (reply_q->reply_post_host_index == in _base_process_reply_queue()
1778 reply_q->reply_post_host_index + 1; in _base_process_reply_queue()
1780 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_process_reply_queue()
1790 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1795 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1810 if (!reply_q->reply_post_host_index) in _base_process_reply_queue()
1824 writel(reply_q->reply_post_host_index, in _base_process_reply_queue()
1825 ioc->reply_post_host_index[msix_index]); in _base_process_reply_queue()
1846 writel(reply_q->reply_post_host_index | ((msix_index & 7) << in _base_process_reply_queue()
1850 writel(reply_q->reply_post_host_index | (msix_index << in _base_process_reply_queue()
3738 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt3sas_base_map_resources()
3742 ioc->reply_post_host_index[i] = in mpt3sas_base_map_resources()
8278 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
8414 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt3sas_base_attach()
8416 if (!ioc->reply_post_host_index) { in mpt3sas_base_attach()
8680 kfree(ioc->reply_post_host_index); in mpt3sas_base_attach()
8721 kfree(ioc->reply_post_host_index); in mpt3sas_base_detach()