Searched refs:SCSI_10 (Results 1 – 2 of 2) sorted by relevance
1643 mbox->SCSI_10.opcode = MYRS_CMD_OP_SCSI_10; in myrs_queuecommand()1644 mbox->SCSI_10.pdev.lun = ldev_info->lun; in myrs_queuecommand()1645 mbox->SCSI_10.pdev.target = ldev_info->target; in myrs_queuecommand()1646 mbox->SCSI_10.pdev.channel = ldev_info->channel; in myrs_queuecommand()1647 mbox->SCSI_10.pdev.ctlr = 0; in myrs_queuecommand()1649 mbox->SCSI_10.opcode = MYRS_CMD_OP_SCSI_10_PASSTHRU; in myrs_queuecommand()1650 mbox->SCSI_10.pdev.lun = sdev->lun; in myrs_queuecommand()1651 mbox->SCSI_10.pdev.target = sdev->id; in myrs_queuecommand()1652 mbox->SCSI_10.pdev.channel = sdev->channel; in myrs_queuecommand()1654 mbox->SCSI_10.id = scmd->request->tag + 3; in myrs_queuecommand()[all …]
713 } SCSI_10; member