Searched refs:vpd_pg80 (Results 1 – 2 of 2) sorted by relevance
3501 const struct scsi_vpd *vpd_pg80; in scsi_vpd_lun_serial() local3506 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()
525 scsi_update_vpd_page(sdev, 0x80, &sdev->vpd_pg80); in scsi_attach_vpd()