Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsi_sysfs.c444 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local
482 vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, in scsi_device_dev_release_usercontext()
494 if (vpd_pg80) in scsi_device_dev_release_usercontext()
495 kfree_rcu(vpd_pg80, rcu); in scsi_device_dev_release_usercontext()
1247 if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80) in scsi_sdev_bin_attr_is_visible()
A Dscsi.c455 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()
/linux/include/scsi/
A Dscsi_device.h147 struct scsi_vpd __rcu *vpd_pg80; member

Completed in 10 milliseconds