Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_lib.c3377 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3381 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3382 if (!vpd_pg83) { in scsi_vpd_lun_id()
3394 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3395 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()
3547 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3551 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
3552 if (!vpd_pg83) { in scsi_vpd_tpg_id()
3557 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()
3558 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
H A Dscsi.c528 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
H A Dsd.c1955 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()