Searched refs:SCSI_10 (Results 1 – 2 of 2) sorted by relevance
1637 mbox->SCSI_10.opcode = MYRS_CMD_OP_SCSI_10; in myrs_queuecommand()1638 mbox->SCSI_10.pdev.lun = ldev_info->lun; in myrs_queuecommand()1639 mbox->SCSI_10.pdev.target = ldev_info->target; in myrs_queuecommand()1640 mbox->SCSI_10.pdev.channel = ldev_info->channel; in myrs_queuecommand()1641 mbox->SCSI_10.pdev.ctlr = 0; in myrs_queuecommand()1643 mbox->SCSI_10.opcode = MYRS_CMD_OP_SCSI_10_PASSTHRU; in myrs_queuecommand()1644 mbox->SCSI_10.pdev.lun = sdev->lun; in myrs_queuecommand()1645 mbox->SCSI_10.pdev.target = sdev->id; in myrs_queuecommand()1646 mbox->SCSI_10.pdev.channel = sdev->channel; in myrs_queuecommand()1648 mbox->SCSI_10.id = rq->tag + 3; in myrs_queuecommand()[all …]
713 } SCSI_10; member