Lines Matching refs:reply_post_host_index
934 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
995 reply_q->reply_post_host_index = in _base_interrupt()
996 (reply_q->reply_post_host_index == in _base_interrupt()
998 reply_q->reply_post_host_index + 1; in _base_interrupt()
1000 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1005 if (!reply_q->reply_post_host_index) in _base_interrupt()
1019 writel(reply_q->reply_post_host_index, in _base_interrupt()
1020 ioc->reply_post_host_index[msix_index]); in _base_interrupt()
1024 writel(reply_q->reply_post_host_index | (msix_index << in _base_interrupt()
4356 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
4490 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt2sas_base_attach()
4492 if (!ioc->reply_post_host_index) { in mpt2sas_base_attach()
4507 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt2sas_base_attach()
4511 ioc->reply_post_host_index[i] = in mpt2sas_base_attach()
4643 kfree(ioc->reply_post_host_index); in mpt2sas_base_attach()
4685 kfree(ioc->reply_post_host_index); in mpt2sas_base_detach()