Home
last modified time | relevance | path

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

123

/linux/drivers/scsi/arm/
A Dqueue.h50 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
A Dfas216.c1781 disconnect_ok = SCpnt->cmnd[0] != REQUEST_SENSE && in fas216_start_command()
1801 (SCpnt->cmnd[0] == REQUEST_SENSE || in fas216_start_command()
2099 if (SCpnt->cmnd[0] == REQUEST_SENSE) in fas216_std_done()
/linux/drivers/usb/storage/
A Dprotocol.c95 case REQUEST_SENSE: in usb_stor_ufi_command()
A Ddebug.c49 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
A Dtransport.c696 !((srb->cmnd[0] == REQUEST_SENSE) || in usb_stor_invoke_transport()
1028 if (srb->cmnd[0] == REQUEST_SENSE || in usb_stor_CB_transport()
A Dfreecom.c336 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */ in freecom_transport()
A Djumpshot.c585 if (srb->cmnd[0] == REQUEST_SENSE) { in jumpshot_transport()
A Dsddr09.c1561 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) { in sddr09_transport()
1691 srb->cmnd[0] != REQUEST_SENSE) { in sddr09_transport()
A Ddatafab.c655 if (srb->cmnd[0] == REQUEST_SENSE) { in datafab_transport()
A Dsddr55.c805 if (srb->cmnd[0] == REQUEST_SENSE) { in sddr55_transport()
/linux/include/scsi/
A Dscsi_proto.h21 #define REQUEST_SENSE 0x03 macro
/linux/drivers/target/
A Dtarget_core_ua.c68 case REQUEST_SENSE: in target_scsi3_ua_check()
A Dtarget_core_alua.c555 case REQUEST_SENSE: in core_alua_state_standby()
594 case REQUEST_SENSE: in core_alua_state_unavailable()
624 case REQUEST_SENSE: in core_alua_state_transition()
/linux/drivers/usb/image/
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()
/linux/include/trace/events/
A Dtarget.h20 scsi_opcode_name(REQUEST_SENSE), \
A Dscsi.h18 scsi_opcode_name(REQUEST_SENSE), \
/linux/drivers/scsi/
A DNCR5380.c598 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_queue_command()
606 cmd, (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail"); in NCR5380_queue_command()
977 cmd->cmnd[0] != REQUEST_SENSE && in NCR5380_select()
1835 if (cmd->cmnd[0] == REQUEST_SENSE) in NCR5380_information_transfer()
A D53c700.c1013 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()
1847 case REQUEST_SENSE: in NCR_700_queuecommand_lck()
A Dwd33c93.c436 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck()
1174 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
1261 if (cmd->cmnd[0] == REQUEST_SENSE && in wd33c93_intr()
1297 if (cmd->cmnd[0] == REQUEST_SENSE in wd33c93_intr()
A Dps3rom.c305 if (cmd->cmnd[0] == REQUEST_SENSE) { in ps3rom_interrupt()
A Daha1740.c331 if(*cmd == REQUEST_SENSE) { in aha1740_queuecommand_lck()
A D3w-sas.c386 cdb[0] = REQUEST_SENSE; /* opcode */ in twl_aen_read_queue()
576 cdb[0] = REQUEST_SENSE; /* opcode */ in twl_aen_drain_queue()
/linux/tools/lib/traceevent/plugins/
A Dplugin_scsi.c17 #define REQUEST_SENSE 0x03 macro
/linux/drivers/usb/gadget/function/
A Df_mass_storage.c1735 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()
1963 case REQUEST_SENSE: in do_scsi_command()
/linux/drivers/staging/rts5208/
A Drtsx_scsi.c36 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()

Completed in 57 milliseconds

123