Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscsi_lib.c3157 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3161 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3162 if (!vpd_pg83) { in scsi_vpd_lun_id()
3174 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3175 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()
3279 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3283 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
3284 if (!vpd_pg83) { in scsi_vpd_tpg_id()
3289 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()
3290 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
A Dscsi_sysfs.c449 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local
487 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release()
501 if (vpd_pg83) in scsi_device_dev_release()
502 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release()
1255 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
A Dscsi.c483 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
A Dsd.c1666 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()
/linux-6.3-rc2/include/scsi/
A Dscsi_device.h149 struct scsi_vpd __rcu *vpd_pg83; member

Completed in 20 milliseconds