Searched refs:vpd_pg83 (Results 1 – 4 of 4) sorted by relevance
3437 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local3441 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()3442 if (!vpd_pg83) { in scsi_vpd_lun_id()3468 d = vpd_pg83->data + 4; in scsi_vpd_lun_id()3469 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_lun_id()3586 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local3590 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()3591 if (!vpd_pg83) { in scsi_vpd_tpg_id()3596 d = vpd_pg83->data + 4; in scsi_vpd_tpg_id()3597 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_tpg_id()
432 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local464 rcu_swap_protected(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release_usercontext()468 if (vpd_pg83) in scsi_device_dev_release_usercontext()469 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release_usercontext()1179 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
491 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
143 struct scsi_vpd __rcu *vpd_pg83; member