Lines Matching refs:MSIxIndex
1590 cmd->request_desc->SCSIIO.MSIxIndex = instance->msix_vectors ? in megasas_build_ldio_fusion()
1695 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_dcdb_fusion()
1964 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex) in complete_cmd_fusion() argument
1985 desc += ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
1987 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
2064 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
2065 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
2067 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
2074 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
2076 ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
2101 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
2102 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2103 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
2105 writel((MSIxIndex << 24) | in complete_cmd_fusion()
2106 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2118 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
2119 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2120 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
2122 writel((MSIxIndex << 24) | in complete_cmd_fusion()
2123 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2141 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
2153 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) in megasas_complete_cmd_dpc_fusion()
2154 complete_cmd_fusion(instance, MSIxIndex); in megasas_complete_cmd_dpc_fusion()
2181 if (!complete_cmd_fusion(instance, irq_context->MSIxIndex)) { in megasas_isr_fusion()