Searched refs:inquiry (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | megaraid.c | 1765 mega_8_to_40ld(mraid_inquiry *inquiry, mega_inquiry3 *enquiry3, in mega_8_to_40ld() argument 1770 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld() 1771 enquiry3->rebuild_rate = inquiry->adapter_info.rebuild_rate; in mega_8_to_40ld() 1772 product_info->nchannels = inquiry->adapter_info.nchannels; in mega_8_to_40ld() 1776 inquiry->adapter_info.fw_version[i]; in mega_8_to_40ld() 1779 inquiry->adapter_info.bios_version[i]; in mega_8_to_40ld() 1782 inquiry->adapter_info.cache_flush_interval; in mega_8_to_40ld() 1784 product_info->dram_size = inquiry->adapter_info.dram_size; in mega_8_to_40ld() 1786 enquiry3->num_ldrv = inquiry->logdrv_info.num_ldrv; in mega_8_to_40ld() 1789 enquiry3->ldrv_size[i] = inquiry->logdrv_info.ldrv_size[i]; in mega_8_to_40ld() [all …]
|
| H A D | ips.c | 3486 IPS_SCSI_INQ_DATA inquiry; in ips_send_cmd() local 3488 memset(&inquiry, 0, in ips_send_cmd() 3491 inquiry.DeviceType = in ips_send_cmd() 3493 inquiry.DeviceTypeQualifier = in ips_send_cmd() 3495 inquiry.Version = IPS_SCSI_INQ_REV2; in ips_send_cmd() 3496 inquiry.ResponseDataFormat = in ips_send_cmd() 3498 inquiry.AdditionalLength = 31; in ips_send_cmd() 3499 inquiry.Flags[0] = in ips_send_cmd() 3501 inquiry.Flags[1] = in ips_send_cmd() 3504 memcpy(inquiry.VendorId, "IBM ", in ips_send_cmd() [all …]
|
| H A D | scsi_scan.c | 784 "scsi scan: %d byte inquiry failed. " in scsi_probe_lun() 814 * better than copying < 36 bytes to the inquiry-result buffer in scsi_probe_lun() 888 * XXX do not save the inquiry, since it can change underneath us, in scsi_add_lun() 907 sdev->inquiry = kmemdup(inq_result, in scsi_add_lun() 910 if (sdev->inquiry == NULL) in scsi_add_lun() 913 strscpy(sdev->vendor, sdev->inquiry + INQUIRY_VENDOR_OFFSET); in scsi_add_lun() 914 strscpy(sdev->model, sdev->inquiry + INQUIRY_MODEL_OFFSET); in scsi_add_lun() 917 * the end of sdev->inquiry if its length is exactly 36 bytes. in scsi_add_lun() 919 memcpy(sdev->rev, sdev->inquiry + INQUIRY_REVISION_OFFSET, in scsi_add_lun()
|
| H A D | myrs.h | 471 unsigned char inquiry[36]; /* Bytes 80-115 */ member 536 unsigned char inquiry[36]; /* Bytes 128-163 */ member
|
| H A D | scsi_transport_spi.c | 218 bflags = scsi_get_device_flags_keyed(sdev, &sdev->inquiry[8], in spi_device_configure() 219 &sdev->inquiry[16], in spi_device_configure()
|
| /linux/drivers/message/fusion/ |
| H A D | mptspi.c | 351 if (sdev->inquiry[44] == 'S' && in mptspi_initTarget() 352 sdev->inquiry[45] == 'A' && in mptspi_initTarget() 353 sdev->inquiry[46] == 'F' && in mptspi_initTarget() 354 sdev->inquiry[47] == '-' && in mptspi_initTarget() 355 sdev->inquiry[48] == 'T' && in mptspi_initTarget() 356 sdev->inquiry[49] == 'E' ) { in mptspi_initTarget()
|
| /linux/Documentation/scsi/ |
| H A D | dpti.rst | 74 now online (at the FW level) when test unit ready or inquiry
|
| H A D | ChangeLog.ncr53c8xx | 252 inquiry data contains device features bits and the driver might
|
| H A D | st.rst | 66 program can be made that fetches the inquiry data sent by the device,
|
| H A D | ncr53c8xx.rst | 656 Some SCSI-2 devices do not report this feature in byte 7 of inquiry
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_emc.c | 353 sp_model = parse_sp_model(sdev, sdev->inquiry); in clariion_std_inquiry()
|
| /linux/drivers/hwmon/ |
| H A D | drivetemp.c | 436 /* Bail out immediately if there is no inquiry data */ in drivetemp_identify() 437 if (!sdev->inquiry || sdev->inquiry_len < 16) in drivetemp_identify()
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 188 inquiry commands that correspond to the ikbd set commands. 700 inquiry in process at a time.
|