Searched refs:SCSI_255 (Results 1 – 2 of 2) sorted by relevance
1685 mbox->SCSI_255.opcode = MYRS_CMD_OP_SCSI_256; in myrs_queuecommand()1686 mbox->SCSI_255.pdev.lun = ldev_info->lun; in myrs_queuecommand()1687 mbox->SCSI_255.pdev.target = ldev_info->target; in myrs_queuecommand()1688 mbox->SCSI_255.pdev.channel = ldev_info->channel; in myrs_queuecommand()1689 mbox->SCSI_255.pdev.ctlr = 0; in myrs_queuecommand()1691 mbox->SCSI_255.opcode = MYRS_CMD_OP_SCSI_255_PASSTHRU; in myrs_queuecommand()1692 mbox->SCSI_255.pdev.lun = sdev->lun; in myrs_queuecommand()1693 mbox->SCSI_255.pdev.target = sdev->id; in myrs_queuecommand()1694 mbox->SCSI_255.pdev.channel = sdev->channel; in myrs_queuecommand()1696 mbox->SCSI_255.id = rq->tag + 3; in myrs_queuecommand()[all …]
727 } SCSI_255; member