Lines Matching refs:reply_post_host_index
947 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1014 reply_q->reply_post_host_index = in _base_interrupt()
1015 (reply_q->reply_post_host_index == in _base_interrupt()
1017 reply_q->reply_post_host_index + 1; in _base_interrupt()
1019 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1024 if (!reply_q->reply_post_host_index) in _base_interrupt()
1039 writel(reply_q->reply_post_host_index, in _base_interrupt()
1040 ioc->reply_post_host_index[msix_index]); in _base_interrupt()
1061 writel(reply_q->reply_post_host_index | ((msix_index & 7) << in _base_interrupt()
1065 writel(reply_q->reply_post_host_index | (msix_index << in _base_interrupt()
5053 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
5188 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt3sas_base_attach()
5190 if (!ioc->reply_post_host_index) { in mpt3sas_base_attach()
5205 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt3sas_base_attach()
5209 ioc->reply_post_host_index[i] = in mpt3sas_base_attach()
5366 kfree(ioc->reply_post_host_index); in mpt3sas_base_attach()
5407 kfree(ioc->reply_post_host_index); in mpt3sas_base_detach()