Lines Matching refs:MSIxIndex
397 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_get_msix_index()
401 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_get_msix_index()
407 cmd->request_desc->SCSIIO.MSIxIndex = blk_mq_unique_tag_to_hwq(tag) + in megasas_get_msix_index()
410 cmd->request_desc->SCSIIO.MSIxIndex = in megasas_get_msix_index()
3352 r1_cmd->request_desc->SCSIIO.MSIxIndex = in megasas_prepare_secondRaid1_IO()
3353 cmd->request_desc->SCSIIO.MSIxIndex; in megasas_prepare_secondRaid1_IO()
3547 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, in complete_cmd_fusion() argument
3574 desc = fusion->reply_frames_desc[MSIxIndex] + in complete_cmd_fusion()
3575 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
3658 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
3659 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
3661 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
3668 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
3669 desc = fusion->reply_frames_desc[MSIxIndex]; in complete_cmd_fusion()
3690 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3691 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3692 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3694 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3695 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3713 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3714 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3715 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3717 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3718 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3787 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_sync_irqs()
3814 num_entries = complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3819 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3837 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
3845 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) { in megasas_complete_cmd_dpc_fusion()
3846 irq_ctx = &instance->irq_context[MSIxIndex]; in megasas_complete_cmd_dpc_fusion()
3847 complete_cmd_fusion(instance, MSIxIndex, irq_ctx); in megasas_complete_cmd_dpc_fusion()
3880 return complete_cmd_fusion(instance, irq_context->MSIxIndex, irq_context) in megasas_isr_fusion()
4582 req_desc->HighPriority.MSIxIndex = 0; in megasas_issue_tm()