Lines Matching refs:reply_post_host_index
1446 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue()
1517 reply_q->reply_post_host_index = in _base_process_reply_queue()
1518 (reply_q->reply_post_host_index == in _base_process_reply_queue()
1520 reply_q->reply_post_host_index + 1; in _base_process_reply_queue()
1522 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_process_reply_queue()
1532 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1537 writel(reply_q->reply_post_host_index | in _base_process_reply_queue()
1551 if (!reply_q->reply_post_host_index) in _base_process_reply_queue()
1565 writel(reply_q->reply_post_host_index, in _base_process_reply_queue()
1566 ioc->reply_post_host_index[msix_index]); in _base_process_reply_queue()
1587 writel(reply_q->reply_post_host_index | ((msix_index & 7) << in _base_process_reply_queue()
1591 writel(reply_q->reply_post_host_index | (msix_index << in _base_process_reply_queue()
3336 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt3sas_base_map_resources()
3340 ioc->reply_post_host_index[i] = in mpt3sas_base_map_resources()
6821 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
6955 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt3sas_base_attach()
6957 if (!ioc->reply_post_host_index) { in mpt3sas_base_attach()
7197 kfree(ioc->reply_post_host_index); in mpt3sas_base_attach()
7238 kfree(ioc->reply_post_host_index); in mpt3sas_base_detach()