Lines Matching refs:scsi_cmd
182 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_unlock_floptical() local
185 scsi_cmd[0] = MODE_SENSE; in scsi_unlock_floptical()
186 scsi_cmd[1] = 0; in scsi_unlock_floptical()
187 scsi_cmd[2] = 0x2e; in scsi_unlock_floptical()
188 scsi_cmd[3] = 0; in scsi_unlock_floptical()
189 scsi_cmd[4] = 0x2a; /* size */ in scsi_unlock_floptical()
190 scsi_cmd[5] = 0; in scsi_unlock_floptical()
191 scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, result, 0x2a, NULL, in scsi_unlock_floptical()
561 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_probe_lun() local
585 memset(scsi_cmd, 0, 6); in scsi_probe_lun()
586 scsi_cmd[0] = INQUIRY; in scsi_probe_lun()
587 scsi_cmd[4] = (unsigned char) try_inquiry_len; in scsi_probe_lun()
591 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_probe_lun()
1357 unsigned char scsi_cmd[MAX_COMMAND_SIZE]; in scsi_report_lun_scan() local
1415 scsi_cmd[0] = REPORT_LUNS; in scsi_report_lun_scan()
1420 memset(&scsi_cmd[1], 0, 5); in scsi_report_lun_scan()
1425 put_unaligned_be32(length, &scsi_cmd[6]); in scsi_report_lun_scan()
1427 scsi_cmd[10] = 0; /* reserved */ in scsi_report_lun_scan()
1428 scsi_cmd[11] = 0; /* control */ in scsi_report_lun_scan()
1445 result = scsi_execute_req(sdev, scsi_cmd, DMA_FROM_DEVICE, in scsi_report_lun_scan()