Home
last modified time | relevance | path

Searched refs:REQUEST_SENSE (Results 1 – 25 of 59) sorted by relevance

123

/Linux-v4.19/drivers/scsi/arm/
Dqueue.h53 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
Dfas216.c1777 disconnect_ok = SCpnt->cmnd[0] != REQUEST_SENSE && in fas216_start_command()
1796 (SCpnt->cmnd[0] == REQUEST_SENSE || in fas216_start_command()
1817 if (SCpnt->device->simple_tags && SCpnt->cmnd[0] != REQUEST_SENSE && in fas216_allocate_tag()
2104 if (SCpnt->cmnd[0] == REQUEST_SENSE) in fas216_std_done()
/Linux-v4.19/drivers/usb/storage/
Dprotocol.c95 case REQUEST_SENSE: in usb_stor_ufi_command()
Ddebug.c49 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
Dfreecom.c335 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */ in freecom_transport()
Dtransport.c684 !((srb->cmnd[0] == REQUEST_SENSE) || in usb_stor_invoke_transport()
1016 if (srb->cmnd[0] == REQUEST_SENSE || in usb_stor_CB_transport()
Djumpshot.c584 if (srb->cmnd[0] == REQUEST_SENSE) { in jumpshot_transport()
Ddatafab.c655 if (srb->cmnd[0] == REQUEST_SENSE) { in datafab_transport()
Dsddr09.c1560 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) { in sddr09_transport()
1690 srb->cmnd[0] != REQUEST_SENSE) { in sddr09_transport()
/Linux-v4.19/include/scsi/
Dscsi_proto.h21 #define REQUEST_SENSE 0x03 macro
/Linux-v4.19/drivers/ide/
Dide-atapi.c161 pc->c[0] = REQUEST_SENSE; in ide_create_request_sense_cmd()
450 (stat & ATA_ERR) && scsi_req(rq)->cmd[0] == REQUEST_SENSE) in ide_pc_intr()
460 if (scsi_req(rq)->cmd[0] == REQUEST_SENSE) { in ide_pc_intr()
Dide-tape.c343 if (pc->c[0] == REQUEST_SENSE) { in ide_tape_callback()
446 if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE) in ide_tape_issue_pc()
585 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) { in idetape_do_request()
/Linux-v4.19/drivers/target/
Dtarget_core_ua.c81 case REQUEST_SENSE: in target_scsi3_ua_check()
Dtarget_core_alua.c591 case REQUEST_SENSE: in core_alua_state_standby()
633 case REQUEST_SENSE: in core_alua_state_unavailable()
665 case REQUEST_SENSE: in core_alua_state_transition()
/Linux-v4.19/drivers/usb/image/
Dmicrotek.c229 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in mts_show_command()
470 if (context->srb->cmnd[0] == REQUEST_SENSE) { in mts_command_done()
/Linux-v4.19/include/trace/events/
Dtarget.h20 scsi_opcode_name(REQUEST_SENSE), \
Dscsi.h18 scsi_opcode_name(REQUEST_SENSE), \
/Linux-v4.19/drivers/scsi/
D53c700.c1000 cmnd[0] = REQUEST_SENSE; in process_script_interrupt()
1414 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1420 if(SCp->cmnd[0] == INQUIRY || SCp->cmnd[0] == REQUEST_SENSE || in NCR_700_start_command()
1430 && (slot->tag != SCSI_NO_TAG && SCp->cmnd[0] != REQUEST_SENSE && in NCR_700_start_command()
1845 case REQUEST_SENSE: in NCR_700_queuecommand_lck()
Dwd33c93.c449 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck()
1187 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
1274 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD) in wd33c93_intr()
1307 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
Dps3rom.c321 if (cmd->cmnd[0] == REQUEST_SENSE) { in ps3rom_interrupt()
DNCR5380.c571 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_queue_command()
579 cmd, (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail"); in NCR5380_queue_command()
1801 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_information_transfer()
Daha1740.c327 if(*cmd == REQUEST_SENSE) { in aha1740_queuecommand_lck()
/Linux-v4.19/tools/lib/traceevent/
Dplugin_scsi.c16 #define REQUEST_SENSE 0x03 macro
/Linux-v4.19/drivers/staging/rts5208/
Drtsx_scsi.c47 case REQUEST_SENSE: in scsi_show_command()
3225 (srb->cmnd[0] != REQUEST_SENSE)) { in rtsx_scsi_handler()
3236 if ((srb->cmnd[0] != REQUEST_SENSE) && in rtsx_scsi_handler()
3276 case REQUEST_SENSE: in rtsx_scsi_handler()
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c1727 if (common->cmnd[0] != REQUEST_SENSE) { in check_command()
1740 common->cmnd[0] != REQUEST_SENSE) { in check_command()
1752 common->cmnd[0] != REQUEST_SENSE) { in check_command()
1944 case REQUEST_SENSE: in do_scsi_command()

123