Searched refs:vpd_pg83 (Results 1 – 3 of 3) sorted by relevance
3377 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local3381 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() local3551 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()
528 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
1955 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()