Lines Matching refs:reply_post_host_index
1398 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
1470 reply_q->reply_post_host_index = in _base_interrupt()
1471 (reply_q->reply_post_host_index == in _base_interrupt()
1473 reply_q->reply_post_host_index + 1; in _base_interrupt()
1475 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
1485 writel(reply_q->reply_post_host_index | in _base_interrupt()
1490 writel(reply_q->reply_post_host_index | in _base_interrupt()
1499 if (!reply_q->reply_post_host_index) in _base_interrupt()
1513 writel(reply_q->reply_post_host_index, in _base_interrupt()
1514 ioc->reply_post_host_index[msix_index]); in _base_interrupt()
1535 writel(reply_q->reply_post_host_index | ((msix_index & 7) << in _base_interrupt()
1539 writel(reply_q->reply_post_host_index | (msix_index << in _base_interrupt()
3045 ioc->reply_post_host_index[0] = (resource_size_t __iomem *) in mpt3sas_base_map_resources()
3049 ioc->reply_post_host_index[i] = in mpt3sas_base_map_resources()
6390 reply_q->reply_post_host_index = 0; in _base_make_ioc_operational()
6516 ioc->reply_post_host_index = kcalloc(ioc->cpu_msix_table_sz, in mpt3sas_base_attach()
6518 if (!ioc->reply_post_host_index) { in mpt3sas_base_attach()
6718 kfree(ioc->reply_post_host_index); in mpt3sas_base_attach()
6760 kfree(ioc->reply_post_host_index); in mpt3sas_base_detach()