Lines Matching refs:MSIxIndex

370 		cmd->request_desc->SCSIIO.MSIxIndex =  in megasas_get_msix_index()
374 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_get_msix_index()
378 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_get_msix_index()
3305 r1_cmd->request_desc->SCSIIO.MSIxIndex = in megasas_prepare_secondRaid1_IO()
3306 cmd->request_desc->SCSIIO.MSIxIndex; in megasas_prepare_secondRaid1_IO()
3463 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, in complete_cmd_fusion() argument
3487 desc = fusion->reply_frames_desc[MSIxIndex] + in complete_cmd_fusion()
3488 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
3567 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
3568 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
3570 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
3577 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
3578 desc = fusion->reply_frames_desc[MSIxIndex]; in complete_cmd_fusion()
3599 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3600 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3601 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3603 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3604 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3621 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3622 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3623 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3625 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3626 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3670 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_sync_irqs()
3697 num_entries = complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3702 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3720 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
3728 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) { in megasas_complete_cmd_dpc_fusion()
3729 irq_ctx = &instance->irq_context[MSIxIndex]; in megasas_complete_cmd_dpc_fusion()
3730 complete_cmd_fusion(instance, MSIxIndex, irq_ctx); in megasas_complete_cmd_dpc_fusion()
3763 return complete_cmd_fusion(instance, irq_context->MSIxIndex, irq_context) in megasas_isr_fusion()
4464 req_desc->HighPriority.MSIxIndex = 0; in megasas_issue_tm()