Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_lib.c3501 const struct scsi_vpd *vpd_pg80; in scsi_vpd_lun_serial() local
3506 vpd_pg80 = rcu_dereference(sdev->vpd_pg80); in scsi_vpd_lun_serial()
3507 if (!vpd_pg80) in scsi_vpd_lun_serial()
3510 len = vpd_pg80->len - 4; in scsi_vpd_lun_serial()
3511 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()