Searched refs:REQUEST_SENSE (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c1403 if (cmd->cdb[0] == REQUEST_SENSE) {
1410 scmd->cdb[0] = REQUEST_SENSE;
2207 * TEST_UNIT_READY ends with a lockup (including REQUEST_SENSE).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dalauda.c1220 if (srb->cmnd[0] == REQUEST_SENSE) {
1221 US_DEBUGP("alauda_transport: REQUEST_SENSE.\n");
H A Dsddr55.c810 if (srb->cmnd[0] == REQUEST_SENSE) {
H A Disd200.c671 !((srb->cmnd[0] == REQUEST_SENSE) ||
H A Dshuttle_usbat.c1792 if (srb->cmnd[0] == REQUEST_SENSE) {
1793 US_DEBUGP("usbat_flash_transport: REQUEST_SENSE.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfdomain.c1338 if (current_SC->cmnd[0] == REQUEST_SENSE && !current_SC->SCp.Status) {
H A D3w-9xxx.c304 cdb[0] = REQUEST_SENSE; /* opcode */
442 cdb[0] = REQUEST_SENSE; /* opcode */
H A Dibmmca.c1786 case REQUEST_SENSE:
1902 case REQUEST_SENSE:
H A Daha1542.c585 if (*cmd == REQUEST_SENSE) {
H A Dscsi_error.c673 * @cmnd is ignored and this functions sets up a REQUEST_SENSE command
711 scmd->cmnd[0] = REQUEST_SENSE;
H A Ddc395x.c1518 || (srb->cmd->cmnd[0] == REQUEST_SENSE)
1589 DC395x_write8(acb, TRM_S1040_SCSI_FIFO, REQUEST_SENSE);
1862 DC395x_write8(acb, TRM_S1040_SCSI_FIFO, REQUEST_SENSE);
H A D3w-xxxx.c1796 case REQUEST_SENSE:
1797 dprintk(KERN_NOTICE "3w-xxxx: tw_scsi_queue(): caught REQUEST_SENSE.\n");
H A Dscsi_debug.c3581 case REQUEST_SENSE:
3602 case REQUEST_SENSE: /* mandatory, ignore unit attention */
H A DBusLogic.c2807 SCSI REQUEST_SENSE commands will be executed automatically by the Host
2811 if (CDB[0] == REQUEST_SENSE && Command->sense_buffer[0] != 0) {
H A Desp_scsi.c589 * REQUEST_SENSE command to the device to fetch the sense data. I
591 * to send out the REQUEST_SENSE automatically, but this was difficult
593 * which use SG_IO to send out their own REQUEST_SENSE commands.
625 *p++ = REQUEST_SENSE;
H A Dips.c3634 case REQUEST_SENSE:
3998 case REQUEST_SENSE:
H A Dgdth.c2164 case REQUEST_SENSE:
2369 case REQUEST_SENSE:
H A Ddpt_i2o.c432 * SCSI REQUEST_SENSE commands will be executed automatically by the
438 if ((cmd->cmnd[0] == REQUEST_SENSE) && (cmd->sense_buffer[0] != 0)) {
H A Dpmcraid.c2520 ioarcb->cdb[0] = REQUEST_SENSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c2926 case REQUEST_SENSE:
3039 if (cmd == REQUEST_SENSE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-scsi.c2504 qc->cdb[0] = REQUEST_SENSE;
3251 case REQUEST_SENSE:
H A Dlibata-eh.c1488 * atapi_eh_request_sense - perform ATAPI REQUEST_SENSE
1489 * @dev: device to perform REQUEST_SENSE to
1493 * Perform ATAPI REQUEST_SENSE after the device reported CHECK
1506 { REQUEST_SENSE, 0, 0, 0, SCSI_SENSE_BUFFERSIZE, 0 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c3085 cp->sensecmd[0] = REQUEST_SENSE;
5160 cmd->cmnd[0] == INQUIRY || cmd->cmnd[0] == REQUEST_SENSE) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c2364 case REQUEST_SENSE:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c1711 if (host->SCpnt->cmnd[0] == REQUEST_SENSE ||

Completed in 317 milliseconds

123