Searched refs:REQUEST_SENSE (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dqueue.h53 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
H A Dfas216.c1765 disconnect_ok = SCpnt->cmnd[0] != REQUEST_SENSE &&
1784 (SCpnt->cmnd[0] == REQUEST_SENSE ||
1805 if (SCpnt->device->simple_tags && SCpnt->cmnd[0] != REQUEST_SENSE &&
2093 if (SCpnt->cmnd[0] == REQUEST_SENSE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dprotocol.c107 /* for REQUEST_SENSE, UFI devices only ever return 18 bytes */
108 case REQUEST_SENSE:
H A Ddebug.c62 case REQUEST_SENSE: what = "REQUEST_SENSE"; break;
H A Dfreecom.c328 case REQUEST_SENSE: /* 16 or 18 bytes? spec says 18, lots of devices only have 16 */
H A Dtransport.c700 * If we have a failure, we're going to do a REQUEST_SENSE
729 !((srb->cmnd[0] == REQUEST_SENSE) ||
747 US_DEBUGP("Issuing auto-REQUEST_SENSE\n");
987 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI
993 if (srb->cmnd[0] == REQUEST_SENSE ||
H A Ddatafab.c663 if (srb->cmnd[0] == REQUEST_SENSE) {
664 US_DEBUGP("datafab_transport: REQUEST_SENSE. Returning faked response\n");
H A Djumpshot.c593 if (srb->cmnd[0] == REQUEST_SENSE) {
594 US_DEBUGP("jumpshot_transport: REQUEST_SENSE.\n");
H A Dsddr09.c1423 if (srb->cmnd[0] == REQUEST_SENSE && havefakesense) {
1545 * pass TEST_UNIT_READY and REQUEST_SENSE through
1548 srb->cmnd[0] != REQUEST_SENSE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-atapi.c159 pc->c[0] = REQUEST_SENSE;
439 (stat & ATA_ERR) && rq->cmd[0] == REQUEST_SENSE)
449 if (rq->cmd[0] == REQUEST_SENSE) {
H A Dide-tape.c345 if (pc->c[0] == REQUEST_SENSE) {
448 if (drive->failed_pc == NULL && pc->c[0] != REQUEST_SENSE)
585 if (drive->failed_pc && drive->pc->c[0] == REQUEST_SENSE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datari_NCR5380.c890 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
904 (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail");
998 !is_lun_busy( tmp, tmp->cmnd[0] != REQUEST_SENSE)
1038 cmd_get_tag(tmp, tmp->cmnd[0] != REQUEST_SENSE);
1041 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE :
2048 if (cmd->cmnd[0] != REQUEST_SENSE)
2054 if ((cmd->cmnd[0] == REQUEST_SENSE) &&
2060 if ((cmd->cmnd[0] != REQUEST_SENSE) &&
H A Dsun3_NCR5380.c877 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
892 (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail");
983 !is_lun_busy( tmp, tmp->cmnd[0] != REQUEST_SENSE)
1022 cmd_get_tag( tmp, tmp->cmnd[0] != REQUEST_SENSE );
1025 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE :
2060 if (cmd->cmnd[0] != REQUEST_SENSE)
2066 if ((cmd->cmnd[0] == REQUEST_SENSE) &&
2072 if ((cmd->cmnd[0] != REQUEST_SENSE) &&
H A DNCR5380.c935 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
944 dprintk(NDEBUG_QUEUES, ("scsi%d : command added to %s of queue\n", instance->host_no, (cmd->cmnd[0] == REQUEST_SENSE) ? "head" : "tail"));
1026 (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE : TAG_NEXT)) {
1043 if (!NCR5380_select(instance, tmp, (tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE : TAG_NEXT)) {
2076 if (cmd->cmnd[0] != REQUEST_SENSE)
2082 if ((cmd->cmnd[0] == REQUEST_SENSE) &&
2088 if ((cmd->cmnd[0] != REQUEST_SENSE) && (status_byte(cmd->SCp.Status) == CHECK_CONDITION)) {
H A Din2000.c284 * Add the cmd to the end of 'input_Q'. Note that REQUEST_SENSE
286 * sense data is not lost before REQUEST_SENSE executes.
289 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
1212 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD)
1295 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD)
1327 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD)
H A Dps3rom.c289 * so, upper layer should issue REQUEST_SENSE to check the sense data
322 if (cmd->cmnd[0] == REQUEST_SENSE) {
H A Dwd33c93.c430 * sense data is not lost before REQUEST_SENSE executes.
435 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
1170 if (cmd->cmnd[0] == REQUEST_SENSE
1257 if (cmd->cmnd[0] == REQUEST_SENSE && cmd->SCp.Status != GOOD)
1290 if (cmd->cmnd[0] == REQUEST_SENSE
H A D53c700.c1008 cmnd[0] = REQUEST_SENSE;
1015 * REQUEST_SENSE command is six bytes,
1024 * REQUEST_SENSE */
1416 hostdata->msgout[0] = NCR_700_identify((SCp->cmnd[0] != REQUEST_SENSE &&
1419 /* for INQUIRY or REQUEST_SENSE commands, we cannot be sure
1422 if(SCp->cmnd[0] == INQUIRY || SCp->cmnd[0] == REQUEST_SENSE ||
1427 /* REQUEST_SENSE is asking for contingent I_T_L(_Q) status.
1432 && (slot->tag != SCSI_NO_TAG && SCp->cmnd[0] != REQUEST_SENSE &&
1825 case REQUEST_SENSE:
H A Daha1740.c346 if(*cmd == REQUEST_SENSE) {
H A Dtmscsim.c553 (((scmd->cmnd[0] == REQUEST_SENSE || (pSRB->SRBFlag & AUTO_REQSENSE)) &&
599 DC390_write8 (ScsiFifo, REQUEST_SENSE);
1388 DC390_write8 (ScsiFifo, REQUEST_SENSE);
1436 (pSRB->pcmd->cmnd[0] == REQUEST_SENSE) ||
H A D3w-sas.c422 cdb[0] = REQUEST_SENSE; /* opcode */
614 cdb[0] = REQUEST_SENSE; /* opcode */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmicrotek.c233 case REQUEST_SENSE: what = "REQUEST_SENSE"; break;
482 if (context->srb->cmnd[0] == REQUEST_SENSE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi.h47 #define REQUEST_SENSE 0x03 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dscsi.h17 scsi_opcode_name(REQUEST_SENSE), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dscsi_ioctl.c119 __set_bit(REQUEST_SENSE, filter->read_ok);

Completed in 380 milliseconds

123