Lines Matching refs:MSIxIndex

2831 		cmd->request_desc->SCSIIO.MSIxIndex =  in megasas_build_ldio_fusion()
2835 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_ldio_fusion()
2839 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_ldio_fusion()
3163 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_syspd_fusion()
3167 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_syspd_fusion()
3171 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_build_syspd_fusion()
3357 r1_cmd->request_desc->SCSIIO.MSIxIndex = in megasas_prepare_secondRaid1_IO()
3358 cmd->request_desc->SCSIIO.MSIxIndex; in megasas_prepare_secondRaid1_IO()
3512 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, in complete_cmd_fusion() argument
3536 desc = fusion->reply_frames_desc[MSIxIndex] + in complete_cmd_fusion()
3537 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
3616 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
3617 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
3619 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
3626 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
3627 desc = fusion->reply_frames_desc[MSIxIndex]; in complete_cmd_fusion()
3648 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3649 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3650 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3652 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3653 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3670 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3671 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3672 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3674 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3675 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3744 num_entries = complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3765 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
3773 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) in megasas_complete_cmd_dpc_fusion()
3774 complete_cmd_fusion(instance, MSIxIndex, NULL); in megasas_complete_cmd_dpc_fusion()
3806 return complete_cmd_fusion(instance, irq_context->MSIxIndex, irq_context) in megasas_isr_fusion()
4457 req_desc->HighPriority.MSIxIndex = 0; in megasas_issue_tm()