Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcoex.h166 BT_MBOX(2, INQUIRY, 4, 1),
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dprotocol.c83 /* for INQUIRY, UFI devices only ever return 36 bytes */ in usb_stor_ufi_command()
84 case INQUIRY: in usb_stor_ufi_command()
H A Ddebug.c59 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
H A Dtransport.c692 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport()
1017 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI in usb_stor_CB_transport()
1024 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport()
1281 * by seeing what happens with INQUIRY and READ CAPACITY in usb_stor_Bulk_transport()
1286 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
H A Djumpshot.c494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport()
495 usb_stor_dbg(us, "INQUIRY - Returning bogus response\n"); in jumpshot_transport()
H A Dfreecom.c335 case INQUIRY: in freecom_transport()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dprotocol.c83 /* for INQUIRY, UFI devices only ever return 36 bytes */ in usb_stor_ufi_command()
84 case INQUIRY: in usb_stor_ufi_command()
H A Ddebug.c58 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
H A Dtransport.c697 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport()
1022 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI in usb_stor_CB_transport()
1029 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport()
1286 * by seeing what happens with INQUIRY and READ CAPACITY in usb_stor_Bulk_transport()
1291 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
H A Djumpshot.c494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport()
495 usb_stor_dbg(us, "INQUIRY - Returning bogus response\n"); in jumpshot_transport()
H A Dfreecom.c335 case INQUIRY: in freecom_transport()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcoex.h109 BT_MBOX(2, INQUIRY, 4, 1),
/kernel/linux/linux-5.10/fs/nfsd/
H A Dblocklayout.c221 * The allocation length (passed in bytes 3 and 4 of the INQUIRY in nfsd4_scsi_identify_device()
250 req->cmd[0] = INQUIRY; in nfsd4_scsi_identify_device()
255 req->cmd_len = COMMAND_SIZE(INQUIRY); in nfsd4_scsi_identify_device()
259 pr_err("pNFS: INQUIRY 0x83 failed with: %x\n", in nfsd4_scsi_identify_device()
273 pr_err("pNFS: INQUIRY 0x83 response invalid (len = %zd)\n", in nfsd4_scsi_identify_device()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_ua.c53 * a) if an INQUIRY command enters the enabled command state, the in target_scsi3_ua_check()
54 * device server shall process the INQUIRY command and shall neither in target_scsi3_ua_check()
66 case INQUIRY: in target_scsi3_ua_check()
H A Dtarget_core_pscsi.c196 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial()
231 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident()
310 * Setup our standard INQUIRY info into se_dev->t10_wwn in pscsi_add_device_to_list()
/kernel/linux/linux-5.10/include/trace/events/
H A Dtarget.h31 scsi_opcode_name(INQUIRY), \
H A Dscsi.h29 scsi_opcode_name(INQUIRY), \
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_ua.c53 * a) if an INQUIRY command enters the enabled command state, the in target_scsi3_ua_check()
54 * device server shall process the INQUIRY command and shall neither in target_scsi3_ua_check()
66 case INQUIRY: in target_scsi3_ua_check()
H A Dtarget_core_pscsi.c192 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial()
227 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident()
305 * Setup our standard INQUIRY info into se_dev->t10_wwn in pscsi_add_device_to_list()
/kernel/linux/linux-6.6/include/trace/events/
H A Dtarget.h31 scsi_opcode_name(INQUIRY), \
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_proto.h32 #define INQUIRY 0x12 macro
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_proto.h32 #define INQUIRY 0x12 macro
338 /* Version descriptor values for INQUIRY */
/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c800 if (cmdrsp->scsi.cmnd[0] == INQUIRY && in do_scsi_linuxstat()
850 if (cmdrsp->scsi.cmnd[0] == INQUIRY && in do_scsi_nolinuxstat()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi.c304 cmd[0] = INQUIRY; in scsi_vpd_inquiry()
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A Dplugin_scsi.c28 #define INQUIRY 0x12 macro

Completed in 21 milliseconds

12345