/openbmc/linux/drivers/scsi/arm/ |
H A D | queue.h | 50 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
|
/openbmc/linux/drivers/usb/storage/ |
H A D | protocol.c | 95 case REQUEST_SENSE: in usb_stor_ufi_command()
|
H A D | debug.c | 48 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
|
H A D | transport.c | 696 !((srb->cmnd[0] == REQUEST_SENSE) || in usb_stor_invoke_transport() 1028 if (srb->cmnd[0] == REQUEST_SENSE || in usb_stor_CB_transport()
|
H A D | freecom.c | 336 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */ in freecom_transport()
|
H A D | jumpshot.c | 585 if (srb->cmnd[0] == REQUEST_SENSE) { in jumpshot_transport()
|
H A D | sddr09.c | 1561 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) { in sddr09_transport() 1691 srb->cmnd[0] != REQUEST_SENSE) { in sddr09_transport()
|
H A D | datafab.c | 655 if (srb->cmnd[0] == REQUEST_SENSE) { in datafab_transport()
|
/openbmc/qemu/include/scsi/ |
H A D | constants.h | 32 #define REQUEST_SENSE 0x03 macro
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 21 #define REQUEST_SENSE 0x03 macro
|
/openbmc/linux/drivers/target/ |
H A D | target_core_ua.c | 68 case REQUEST_SENSE: in target_scsi3_ua_check()
|
H A D | target_core_alua.c | 558 case REQUEST_SENSE: in core_alua_state_standby() 597 case REQUEST_SENSE: in core_alua_state_unavailable() 627 case REQUEST_SENSE: in core_alua_state_transition()
|
H A D | target_core_spc.c | 1869 .opcode = REQUEST_SENSE, 1871 .usage_bits = {REQUEST_SENSE, 0x00, 0x00, 0x00, 2338 case REQUEST_SENSE: in spc_parse_cdb()
|
/openbmc/linux/drivers/usb/image/ |
H A D | microtek.c | 233 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in mts_show_command() 474 if (context->srb->cmnd[0] == REQUEST_SENSE) { in mts_command_done()
|
/openbmc/linux/include/trace/events/ |
H A D | target.h | 20 scsi_opcode_name(REQUEST_SENSE), \
|
H A D | scsi.h | 18 scsi_opcode_name(REQUEST_SENSE), \
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 676 buf[0] != INQUIRY && buf[0] != REQUEST_SENSE) { in scsi_target_send_command() 692 case REQUEST_SENSE: in scsi_target_send_command() 833 !(buf[0] == REQUEST_SENSE && d->sense_is_ua))) { in scsi_req_new() 837 (buf[0] == REQUEST_SENSE && d->sense_len)) { in scsi_req_new() 884 case REQUEST_SENSE: in scsi_req_new()
|
/openbmc/linux/drivers/scsi/ |
H A D | NCR5380.c | 595 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_queue_command() 603 cmd, (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail"); in NCR5380_queue_command() 975 cmd->cmnd[0] != REQUEST_SENSE && in NCR5380_select() 1836 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_information_transfer()
|
H A D | 53c700.c | 1013 cmnd[0] = REQUEST_SENSE; in process_script_interrupt() 1425 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command() 1431 if(SCp->cmnd[0] == INQUIRY || SCp->cmnd[0] == REQUEST_SENSE || in NCR_700_start_command() 1441 && (slot->tag != SCSI_NO_TAG && SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command() 1844 case REQUEST_SENSE: in NCR_700_queuecommand_lck()
|
H A D | wd33c93.c | 377 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck() 1121 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr() 1208 if (cmd->cmnd[0] == REQUEST_SENSE && in wd33c93_intr() 1244 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
|
H A D | ps3rom.c | 305 if (cmd->cmnd[0] == REQUEST_SENSE) { in ps3rom_interrupt()
|
H A D | aha1740.c | 335 if(*cmd == REQUEST_SENSE) { in aha1740_queuecommand_lck()
|
/openbmc/qemu/scsi/ |
H A D | utils.c | 462 [ REQUEST_SENSE ] = "REQUEST_SENSE", in scsi_command_name()
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 221 case REQUEST_SENSE: in ufs_emulate_scsi_cmd()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 36 case REQUEST_SENSE: in scsi_show_command() 3174 srb->cmnd[0] != REQUEST_SENSE) { in rtsx_scsi_handler() 3185 if (srb->cmnd[0] != REQUEST_SENSE && in rtsx_scsi_handler() 3225 case REQUEST_SENSE: in rtsx_scsi_handler()
|