Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local
487 vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, in scsi_device_dev_release()
507 if (vpd_pg80) in scsi_device_dev_release()
508 kfree_rcu(vpd_pg80, rcu); in scsi_device_dev_release()
1282 if (attr == &dev_attr_vpd_pg80 && !sdev->vpd_pg80) in scsi_sdev_bin_attr_is_visible()
H A Dscsi_lib.c3494 const struct scsi_vpd *vpd_pg80; in scsi_vpd_lun_serial() local
3499 vpd_pg80 = rcu_dereference(sdev->vpd_pg80); in scsi_vpd_lun_serial()
3500 if (!vpd_pg80) in scsi_vpd_lun_serial()
3503 len = vpd_pg80->len - 4; in scsi_vpd_lun_serial()
3504 d = vpd_pg80->data + 4; in scsi_vpd_lun_serial()
H A Dscsi.c525 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()
/linux/include/scsi/
H A Dscsi_device.h148 struct scsi_vpd __rcu *vpd_pg80; member