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()
3346 r1_cmd->request_desc->SCSIIO.MSIxIndex = in megasas_prepare_secondRaid1_IO()
3347 cmd->request_desc->SCSIIO.MSIxIndex; in megasas_prepare_secondRaid1_IO()
3541 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, in complete_cmd_fusion() argument
3568 desc = fusion->reply_frames_desc[MSIxIndex] + in complete_cmd_fusion()
3569 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
3652 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
3653 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
3655 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
3662 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
3663 desc = fusion->reply_frames_desc[MSIxIndex]; in complete_cmd_fusion()
3684 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3685 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3686 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3688 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3689 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3707 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3708 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3709 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3711 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3712 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3781 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_sync_irqs()
3808 num_entries = complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3813 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3831 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
3839 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) { in megasas_complete_cmd_dpc_fusion()
3840 irq_ctx = &instance->irq_context[MSIxIndex]; in megasas_complete_cmd_dpc_fusion()
3841 complete_cmd_fusion(instance, MSIxIndex, irq_ctx); in megasas_complete_cmd_dpc_fusion()
3874 return complete_cmd_fusion(instance, irq_context->MSIxIndex, irq_context) in megasas_isr_fusion()
4576 req_desc->HighPriority.MSIxIndex = 0; in megasas_issue_tm()