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()
3349 r1_cmd->request_desc->SCSIIO.MSIxIndex = in megasas_prepare_secondRaid1_IO()
3350 cmd->request_desc->SCSIIO.MSIxIndex; in megasas_prepare_secondRaid1_IO()
3544 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex, in complete_cmd_fusion() argument
3571 desc = fusion->reply_frames_desc[MSIxIndex] + in complete_cmd_fusion()
3572 fusion->last_reply_idx[MSIxIndex]; in complete_cmd_fusion()
3655 fusion->last_reply_idx[MSIxIndex]++; in complete_cmd_fusion()
3656 if (fusion->last_reply_idx[MSIxIndex] >= in complete_cmd_fusion()
3658 fusion->last_reply_idx[MSIxIndex] = 0; in complete_cmd_fusion()
3665 if (!fusion->last_reply_idx[MSIxIndex]) in complete_cmd_fusion()
3666 desc = fusion->reply_frames_desc[MSIxIndex]; in complete_cmd_fusion()
3687 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3688 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3689 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3691 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3692 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3710 writel(((MSIxIndex & 0x7) << 24) | in complete_cmd_fusion()
3711 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3712 instance->reply_post_host_index_addr[MSIxIndex/8]); in complete_cmd_fusion()
3714 writel((MSIxIndex << 24) | in complete_cmd_fusion()
3715 fusion->last_reply_idx[MSIxIndex], in complete_cmd_fusion()
3784 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_sync_irqs()
3811 num_entries = complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3816 complete_cmd_fusion(instance, irq_ctx->MSIxIndex, irq_ctx); in megasas_irqpoll()
3834 u32 count, MSIxIndex; in megasas_complete_cmd_dpc_fusion() local
3842 for (MSIxIndex = 0 ; MSIxIndex < count; MSIxIndex++) { in megasas_complete_cmd_dpc_fusion()
3843 irq_ctx = &instance->irq_context[MSIxIndex]; in megasas_complete_cmd_dpc_fusion()
3844 complete_cmd_fusion(instance, MSIxIndex, irq_ctx); in megasas_complete_cmd_dpc_fusion()
3877 return complete_cmd_fusion(instance, irq_context->MSIxIndex, irq_context) in megasas_isr_fusion()
4579 req_desc->HighPriority.MSIxIndex = 0; in megasas_issue_tm()