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()
571 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_probe_lun() local
595 memset(scsi_cmd, 0, 6); in scsi_probe_lun()
596 scsi_cmd[0] = INQUIRY; in scsi_probe_lun()
597 scsi_cmd[4] = (unsigned char) try_inquiry_len; in scsi_probe_lun()
601 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_probe_lun()
1299 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_report_lun_scan() local
1354 scsi_cmd[0] = REPORT_LUNS; in scsi_report_lun_scan()
1359 memset(&scsi_cmd[1], 0, 5); in scsi_report_lun_scan()
1364 put_unaligned_be32(length, &scsi_cmd[6]); in scsi_report_lun_scan()
1366 scsi_cmd[10] = 0; /* reserved */ in scsi_report_lun_scan()
1367 scsi_cmd[11] = 0; /* control */ in scsi_report_lun_scan()
1384 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_report_lun_scan()