Lines Matching refs:index
746 * reply_frame_desc array to use same msix index in ISR path.
972 /* SMID 0 is reserved. Set SMID/index from 1 */
977 cmd->index = i + 1;
1107 dev_info(&instance->pdev->dev, "Performance mode :%s (latency index = %d)\n",
3261 megasas_get_request_descriptor(struct megasas_instance *instance, u16 index)
3268 sizeof(union MEGASAS_REQUEST_DESCRIPTOR_UNION) * index;
3295 (r1_cmd->index - 1));
3298 req_desc2->SCSIIO.SMID = cpu_to_le16(r1_cmd->index);
3304 cpu_to_le16(r1_cmd->index);
3306 cpu_to_le16(cmd->index);
3327 u32 index;
3350 index = cmd->index;
3352 req_desc = megasas_get_request_descriptor(instance, index-1);
3366 req_desc->SCSIIO.SMID = cpu_to_le16(index);
3596 * Write to reply post host index register after completing threshold
3789 instance->max_scsi_cmds + mfi_cmd->index);
3792 mfi_cmd->context.smid = cmd->index;
3838 u16 index;
3841 index = cmd->context.smid;
3843 req_desc = megasas_get_request_descriptor(instance, index - 1);
3849 req_desc->SCSIIO.SMID = cpu_to_le16(index);
3912 "memory allocation failed at index %d\n", i);
4335 channel, id, cmd_fusion->index);
4441 instance->max_scsi_cmds + cmd_mfi->index);
4444 cmd_mfi->context.smid = cmd_fusion->index;
4447 (cmd_fusion->index - 1));
4463 req_desc->HighPriority.SMID = cpu_to_le16(cmd_fusion->index);
4547 * Return Non Zero index, if SMID found in outstanding commands
4564 " SMID: %d\n", cmd_fusion->index);
4565 ret = cmd_fusion->index;
4889 cmd_fusion->index);