Lines Matching refs:index
776 * reply_frame_desc array to use same msix index in ISR path.
1003 /* SMID 0 is reserved. Set SMID/index from 1 */
1008 cmd->index = i + 1;
1138 dev_info(&instance->pdev->dev, "Performance mode :%s (latency index = %d)\n",
3302 megasas_get_request_descriptor(struct megasas_instance *instance, u16 index)
3309 sizeof(union MEGASAS_REQUEST_DESCRIPTOR_UNION) * index;
3336 (r1_cmd->index - 1));
3339 req_desc2->SCSIIO.SMID = cpu_to_le16(r1_cmd->index);
3345 cpu_to_le16(r1_cmd->index);
3347 cpu_to_le16(cmd->index);
3368 u32 index;
3391 index = cmd->index;
3393 req_desc = megasas_get_request_descriptor(instance, index-1);
3407 req_desc->SCSIIO.SMID = cpu_to_le16(index);
3681 * Write to reply post host index register after completing threshold
3900 instance->max_scsi_cmds + mfi_cmd->index);
3903 mfi_cmd->context.smid = cmd->index;
3949 u16 index;
3952 index = cmd->context.smid;
3954 req_desc = megasas_get_request_descriptor(instance, index - 1);
3960 req_desc->SCSIIO.SMID = cpu_to_le16(index);
4023 "memory allocation failed at index %d\n", i);
4447 channel, id, cmd_fusion->index);
4553 instance->max_scsi_cmds + cmd_mfi->index);
4556 cmd_mfi->context.smid = cmd_fusion->index;
4559 (cmd_fusion->index - 1));
4575 req_desc->HighPriority.SMID = cpu_to_le16(cmd_fusion->index);
4659 * Return Non Zero index, if SMID found in outstanding commands
4676 " SMID: %d\n", cmd_fusion->index);
4677 ret = cmd_fusion->index;
5001 cmd_fusion->index);