Home
last modified time | relevance | path

Searched refs:inq_buff (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dhpsa.c3943 unsigned char *inq_buff; in hpsa_update_device_info() local
3948 if (!inq_buff) { in hpsa_update_device_info()
3963 scsi_sanitize_inquiry_string(&inq_buff[8], 8); in hpsa_update_device_info()
3964 scsi_sanitize_inquiry_string(&inq_buff[16], 16); in hpsa_update_device_info()
3966 this_device->devtype = (inq_buff[0] & 0x1f); in hpsa_update_device_info()
3968 memcpy(this_device->vendor, &inq_buff[8], in hpsa_update_device_info()
3970 memcpy(this_device->model, &inq_buff[16], in hpsa_update_device_info()
3972 this_device->rev = inq_buff[2]; in hpsa_update_device_info()
4032 obdr_sig = &inq_buff[OBDR_SIG_OFFSET]; in hpsa_update_device_info()
4037 kfree(inq_buff); in hpsa_update_device_info()
[all …]