Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_lib.c3370 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3374 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3375 if (!vpd_pg83) { in scsi_vpd_lun_id()
3387 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3388 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()
3540 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3544 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
3545 if (!vpd_pg83) { in scsi_vpd_tpg_id()
3550 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()
3551 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
H A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local
489 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release()
505 if (vpd_pg83) in scsi_device_dev_release()
506 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release()
1285 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c528 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
/linux/include/scsi/
H A Dscsi_device.h147 struct scsi_vpd __rcu *vpd_pg83; member