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()
587 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_probe_lun() local
611 memset(scsi_cmd, 0, 6); in scsi_probe_lun()
612 scsi_cmd[0] = INQUIRY; in scsi_probe_lun()
613 scsi_cmd[4] = (unsigned char) try_inquiry_len; in scsi_probe_lun()
617 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_probe_lun()
1319 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_report_lun_scan() local
1373 scsi_cmd[0] = REPORT_LUNS; in scsi_report_lun_scan()
1378 memset(&scsi_cmd[1], 0, 5); in scsi_report_lun_scan()
1383 put_unaligned_be32(length, &scsi_cmd[6]); in scsi_report_lun_scan()
1385 scsi_cmd[10] = 0; /* reserved */ in scsi_report_lun_scan()
1386 scsi_cmd[11] = 0; /* control */ in scsi_report_lun_scan()
1403 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_report_lun_scan()