Lines Matching refs:scsi_cmd
188 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_unlock_floptical() local
191 scsi_cmd[0] = MODE_SENSE; in scsi_unlock_floptical()
192 scsi_cmd[1] = 0; in scsi_unlock_floptical()
193 scsi_cmd[2] = 0x2e; in scsi_unlock_floptical()
194 scsi_cmd[3] = 0; in scsi_unlock_floptical()
195 scsi_cmd[4] = 0x2a; /* size */ in scsi_unlock_floptical()
196 scsi_cmd[5] = 0; in scsi_unlock_floptical()
197 scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, result, 0x2a, NULL, in scsi_unlock_floptical()
562 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_probe_lun() local
586 memset(scsi_cmd, 0, 6); in scsi_probe_lun()
587 scsi_cmd[0] = INQUIRY; in scsi_probe_lun()
588 scsi_cmd[4] = (unsigned char) try_inquiry_len; in scsi_probe_lun()
592 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_probe_lun()
1291 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_report_lun_scan() local
1346 scsi_cmd[0] = REPORT_LUNS; in scsi_report_lun_scan()
1351 memset(&scsi_cmd[1], 0, 5); in scsi_report_lun_scan()
1356 put_unaligned_be32(length, &scsi_cmd[6]); in scsi_report_lun_scan()
1358 scsi_cmd[10] = 0; /* reserved */ in scsi_report_lun_scan()
1359 scsi_cmd[11] = 0; /* control */ in scsi_report_lun_scan()
1376 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_report_lun_scan()