Searched refs:INQUIRY (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dprotocol.c118 /* for INQUIRY, UFI devices only ever return 36 bytes */
119 case INQUIRY:
H A Ddebug.c74 case INQUIRY: what = "INQUIRY"; break;
H A Dfreecom.c288 case INQUIRY:
H A Ddatafab.c526 if (srb->cmnd[0] == INQUIRY) {
527 US_DEBUGP("datafab_transport: INQUIRY. Returning bogus response");
H A Djumpshot.c453 if (srb->cmnd[0] == INQUIRY) {
454 US_DEBUGP("jumpshot_transport: INQUIRY. Returning bogus response.\n");
H A Disd200.c238 * INQUIRY data buffer size
595 (srb->cmnd[0] == INQUIRY) ||
1141 case INQUIRY:
1142 US_DEBUGP(" ATA OUT - INQUIRY\n");
H A Dtransport.c604 (srb->cmnd[0] == INQUIRY) ||
829 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI
836 srb->cmnd[0] == INQUIRY)
H A Dsddr55.c777 /* Dummy up a response for INQUIRY since SDDR55 doesn't
778 respond to INQUIRY commands */
780 if (srb->cmnd[0] == INQUIRY) {
H A Dalauda.c1021 if (srb->cmnd[0] == INQUIRY) {
1022 US_DEBUGP("alauda_transport: INQUIRY. "
H A Dsddr09.c1337 /* Dummy up a response for INQUIRY since SDDR09 doesn't
1338 respond to INQUIRY commands */
1340 if (srb->cmnd[0] == INQUIRY) {
H A Dusb.c155 * normally generated by a device thorugh the INQUIRY response will be
275 does store some of the INQUIRY data on the
367 else if ((us->srb->cmnd[0] == INQUIRY) &&
373 US_DEBUGP("Faking INQUIRY command\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.c153 SCpnt->cmnd[0] = INQUIRY;
160 SCpnt->cmd_len = COMMAND_SIZE(INQUIRY);
H A Dstex.c623 case INQUIRY:
768 if (ccb->cmd->cmnd[0] == INQUIRY &&
H A Dmegaraid.c682 case INQUIRY:
987 case INQUIRY:
1049 case INQUIRY:
1552 if( cmd->cmnd[0] == INQUIRY && !islogical ) {
4424 pthru->cdb[0] = INQUIRY;
H A Dtmscsim.c52 * RESET and INQUIRY interface commands *
95 * Disallow illegal idx in INQUIRY/REMOVE *
112 * 2.0d5 99/06/01 KG Clear DevID, Fix INQUIRY after cfg chg. *
119 * 2.0d9 99/06/06 KG Also tag queue INQUIRY, T_U_R, ... *
160 * before INQUIRY has reported ability. *
161 * Recognise INQUIRY as scanning command. *
565 !(pDCB->SyncMode & SYNC_NEGO_DONE)) || scmd->cmnd[0] == INQUIRY))
1309 /* Try to recover - some broken disks react badly to tagged INQUIRY */
1452 if( (pSRB->pcmd->cmnd[0] == INQUIRY ) ||
1781 (pcmd->cmnd[0] == TEST_UNIT_READY || pcmd->cmnd[0] == INQUIRY)
[all...]
H A Deata_pio.c583 cp.cp_cdb[0] = INQUIRY;
722 printk("HBA at %#lx didn't react on INQUIRY. Sorry.\n", base);
H A Dscsi_error.c1235 scmd->cmnd[0] == INQUIRY)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datari_pamsnet.c192 * Some commands like the INQUIRY command work identical on all used LUNs.
206 * INQUIRY has the same function as the INQUIRY command supported by harddisks
227 enum {UNKNOWN1=3, READPKT=8, UNKNOWN2, WRITEPKT=10, INQUIRY=18, START, enumerator in enum:__anon5215
442 if (send_first(target, INQUIRY))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimscsi.c276 case INQUIRY:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi.h50 #define INQUIRY 0x12 macro
390 * where "resp" is a byte array of the response to an INQUIRY. The scsi_level
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dscsi_ioctl.c131 safe_for_read(INQUIRY),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmicrotek.c243 case INQUIRY: what = "INQUIRY"; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Daachba.c1735 case INQUIRY:
1761 else if ((scsicmd->cmnd[0] != INQUIRY) && /* only INQUIRY & TUR cmnd supported for controller */
1764 dprintk((KERN_WARNING "Only INQUIRY & TUR command supported for controller, rcvd = 0x%x.\n", scsicmd->cmnd[0]));
1781 case INQUIRY:
1785 dprintk((KERN_DEBUG "INQUIRY command, ID: %d.\n", scmd_id(scsicmd)));
2203 case INQUIRY: {
H A Dlinit.c476 case INQUIRY:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c493 * synchronous negotiation on each REQUEST SENSE and INQUIRY command.
503 * every INQUIRY or REQUEST SENSE message, unless the target itself has
1785 SCpnt->cmnd[0] == INQUIRY)) {
1806 SCpnt->cmnd[0] != INQUIRY) {
2063 case INQUIRY:

Completed in 182 milliseconds

12