Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Dqueue.h50 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
H A Dfas216.c1781 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h34 #define REQUEST_SENSE 0x03 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h34 #define REQUEST_SENSE 0x03 macro
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dprotocol.c95 case REQUEST_SENSE: in usb_stor_ufi_command()
H A Ddebug.c49 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
H A Dtransport.c691 !((srb->cmnd[0] == REQUEST_SENSE) || in usb_stor_invoke_transport()
1023 if (srb->cmnd[0] == REQUEST_SENSE || in usb_stor_CB_transport()
H A Dfreecom.c336 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */ in freecom_transport()
H A Djumpshot.c585 if (srb->cmnd[0] == REQUEST_SENSE) { in jumpshot_transport()
H A Dsddr09.c1561 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) { in sddr09_transport()
1691 srb->cmnd[0] != REQUEST_SENSE) { in sddr09_transport()
H A Ddatafab.c656 if (srb->cmnd[0] == REQUEST_SENSE) { in datafab_transport()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-atapi.c162 pc->c[0] = REQUEST_SENSE; in ide_create_request_sense_cmd()
466 (stat & ATA_ERR) && scsi_req(rq)->cmd[0] == REQUEST_SENSE) in ide_pc_intr()
476 if (scsi_req(rq)->cmd[0] == REQUEST_SENSE) { in ide_pc_intr()
H A Dide-tape.c344 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()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_proto.h21 #define REQUEST_SENSE 0x03 macro
/OK3568_Linux_fs/kernel/drivers/usb/image/
H A 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()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_ua.c68 case REQUEST_SENSE: in target_scsi3_ua_check()
H A Dtarget_core_alua.c578 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()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dtarget.h20 scsi_opcode_name(REQUEST_SENSE), \
H A Dscsi.h18 scsi_opcode_name(REQUEST_SENSE), \
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DNCR5380.c595 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()
H A D53c700.c1014 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()
H A Dwd33c93.c440 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()
H A Dps3rom.c309 if (cmd->cmnd[0] == REQUEST_SENSE) { in ps3rom_interrupt()
H A Daha1740.c327 if(*cmd == REQUEST_SENSE) { in aha1740_queuecommand_lck()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_scsi.c17 #define REQUEST_SENSE 0x03 macro

123