Lines Matching refs:reply_post_host_index
1688 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue()
1759 reply_q->reply_post_host_index = in _base_process_reply_queue()
1760 (reply_q->reply_post_host_index == in _base_process_reply_queue()
1762 reply_q->reply_post_host_index + 1; in _base_process_reply_queue()
1764 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_process_reply_queue()
1774 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1779 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1794 if (!reply_q->reply_post_host_index) in _base_process_reply_queue()
1808 writel(reply_q->reply_post_host_index, in _base_process_reply_queue()
1809 ioc->reply_post_host_index[msix_index]); in _base_process_reply_queue()
1830 writel(reply_q->reply_post_host_index | ((msix_index & 7) << in _base_process_reply_queue()
1834 writel(reply_q->reply_post_host_index | (msix_index << in _base_process_reply_queue()
3711 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt3sas_base_map_resources()
3715 ioc->reply_post_host_index[i] = in mpt3sas_base_map_resources()
8226 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
8362 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt3sas_base_attach()
8364 if (!ioc->reply_post_host_index) { in mpt3sas_base_attach()
8612 kfree(ioc->reply_post_host_index); in mpt3sas_base_attach()
8653 kfree(ioc->reply_post_host_index); in mpt3sas_base_detach()