Lines Matching refs:MSIxIndex

1653 	cmd->request_desc->SCSIIO.MSIxIndex = instance->msix_vectors ?  in megasas_build_ldio_fusion()
1872 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_syspd_fusion()
2080 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex) in complete_cmd_fusion() argument
2102 desc += ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
2104 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
2178 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
2179 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
2181 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
2188 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
2190 ((MSIxIndex * fusion->reply_alloc_sz)/ in complete_cmd_fusion()
2212 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
2213 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2214 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
2216 writel((MSIxIndex << 24) | in complete_cmd_fusion()
2217 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2228 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
2229 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2230 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
2232 writel((MSIxIndex << 24) | in complete_cmd_fusion()
2233 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
2251 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
2263 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) in megasas_complete_cmd_dpc_fusion()
2264 complete_cmd_fusion(instance, MSIxIndex); in megasas_complete_cmd_dpc_fusion()
2291 if (!complete_cmd_fusion(instance, irq_context->MSIxIndex)) { in megasas_isr_fusion()