Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_lib.c2940 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
2944 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
2945 if (!vpd_pg83) { in scsi_vpd_lun_id()
2971 d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
2972 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_lun_id()
3089 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3093 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
3094 if (!vpd_pg83) { in scsi_vpd_tpg_id()
3099 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()
3100 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
Dscsi_sysfs.c439 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local
471 rcu_swap_protected(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release_usercontext()
475 if (vpd_pg83) in scsi_device_dev_release_usercontext()
476 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release_usercontext()
1206 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
Dscsi.c471 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
/Linux-v5.4/include/scsi/
Dscsi_device.h143 struct scsi_vpd __rcu *vpd_pg83; member