Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsi_lib.c3110 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3114 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3115 if (!vpd_pg83) { in scsi_vpd_lun_id()
3127 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3128 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()
3232 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3236 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
3237 if (!vpd_pg83) { in scsi_vpd_tpg_id()
3242 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()
3243 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
A Dscsi_sysfs.c444 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local
484 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release_usercontext()
492 if (vpd_pg83) in scsi_device_dev_release_usercontext()
493 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release_usercontext()
1250 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
A Dscsi.c457 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
A Dsd.c1769 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()
/linux/include/scsi/
A Dscsi_device.h146 struct scsi_vpd __rcu *vpd_pg83; member

Completed in 22 milliseconds