/Linux-v5.10/drivers/scsi/arm/ |
D | queue.h | 50 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
|
D | fas216.c | 1781 disconnect_ok = SCpnt->cmnd[0] != REQUEST_SENSE && in fas216_start_command() 1800 (SCpnt->cmnd[0] == REQUEST_SENSE || in fas216_start_command() 1821 if (SCpnt->device->simple_tags && SCpnt->cmnd[0] != REQUEST_SENSE && in fas216_allocate_tag() 2109 if (SCpnt->cmnd[0] == REQUEST_SENSE) in fas216_std_done()
|
/Linux-v5.10/drivers/usb/storage/ |
D | protocol.c | 95 case REQUEST_SENSE: in usb_stor_ufi_command()
|
D | debug.c | 49 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
|
D | freecom.c | 336 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */ in freecom_transport()
|
D | transport.c | 684 !((srb->cmnd[0] == REQUEST_SENSE) || in usb_stor_invoke_transport() 1016 if (srb->cmnd[0] == REQUEST_SENSE || in usb_stor_CB_transport()
|
D | jumpshot.c | 585 if (srb->cmnd[0] == REQUEST_SENSE) { in jumpshot_transport()
|
D | datafab.c | 656 if (srb->cmnd[0] == REQUEST_SENSE) { in datafab_transport()
|
D | sddr09.c | 1561 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) { in sddr09_transport() 1691 srb->cmnd[0] != REQUEST_SENSE) { in sddr09_transport()
|
/Linux-v5.10/include/scsi/ |
D | scsi_proto.h | 21 #define REQUEST_SENSE 0x03 macro
|
/Linux-v5.10/drivers/ide/ |
D | ide-atapi.c | 162 pc->c[0] = REQUEST_SENSE; in ide_create_request_sense_cmd() 467 (stat & ATA_ERR) && scsi_req(rq)->cmd[0] == REQUEST_SENSE) in ide_pc_intr() 477 if (scsi_req(rq)->cmd[0] == REQUEST_SENSE) { in ide_pc_intr()
|
D | ide-tape.c | 344 if (pc->c[0] == REQUEST_SENSE) { in ide_tape_callback() 447 if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) in ide_tape_issue_pc() 586 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) { in idetape_do_request()
|
/Linux-v5.10/drivers/target/ |
D | target_core_ua.c | 68 case REQUEST_SENSE: in target_scsi3_ua_check()
|
D | target_core_alua.c | 578 case REQUEST_SENSE: in core_alua_state_standby() 620 case REQUEST_SENSE: in core_alua_state_unavailable() 652 case REQUEST_SENSE: in core_alua_state_transition()
|
/Linux-v5.10/drivers/usb/image/ |
D | microtek.c | 229 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in mts_show_command() 470 if (context->srb->cmnd[0] == REQUEST_SENSE) { in mts_command_done()
|
/Linux-v5.10/include/trace/events/ |
D | target.h | 20 scsi_opcode_name(REQUEST_SENSE), \
|
D | scsi.h | 18 scsi_opcode_name(REQUEST_SENSE), \
|
/Linux-v5.10/drivers/scsi/ |
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() 973 cmd->cmnd[0] != REQUEST_SENSE && in NCR5380_select() 1825 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_information_transfer()
|
D | 53c700.c | 1014 cmnd[0] = REQUEST_SENSE; in process_script_interrupt() 1426 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command() 1432 if(SCp->cmnd[0] == INQUIRY || SCp->cmnd[0] == REQUEST_SENSE || in NCR_700_start_command() 1442 && (slot->tag != SCSI_NO_TAG && SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command() 1850 case REQUEST_SENSE: in NCR_700_queuecommand_lck()
|
D | wd33c93.c | 440 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck() 1178 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr() 1265 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD) in wd33c93_intr() 1298 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
|
D | ps3rom.c | 309 if (cmd->cmnd[0] == REQUEST_SENSE) { in ps3rom_interrupt()
|
D | aha1740.c | 327 if(*cmd == REQUEST_SENSE) { in aha1740_queuecommand_lck()
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_scsi.c | 17 #define REQUEST_SENSE 0x03 macro
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 1735 if (common->cmnd[0] != REQUEST_SENSE) { in check_command() 1748 common->cmnd[0] != REQUEST_SENSE) { in check_command() 1760 common->cmnd[0] != REQUEST_SENSE) { in check_command() 1952 case REQUEST_SENSE: in do_scsi_command()
|
/Linux-v5.10/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 36 case REQUEST_SENSE: in scsi_show_command() 3178 (srb->cmnd[0] != REQUEST_SENSE)) { in rtsx_scsi_handler() 3189 if ((srb->cmnd[0] != REQUEST_SENSE) && in rtsx_scsi_handler() 3229 case REQUEST_SENSE: in rtsx_scsi_handler()
|