Home
last modified time | relevance | path

Searched refs:vpd_pg83 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c3077 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3081 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3082 if (!vpd_pg83) { in scsi_vpd_lun_id()
3094 d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3095 while (d < vpd_pg83->data + vpd_pg83->len) { in scsi_vpd_lun_id()
3200 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3204 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
[all...]
H A Dscsi_sysfs.c450 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release_usercontext() local
488 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release_usercontext()
496 if (vpd_pg83) in scsi_device_dev_release_usercontext()
497 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release_usercontext()
1262 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c466 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c3167 const struct scsi_vpd *vpd_pg83; in scsi_vpd_lun_id() local
3171 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_lun_id()
3172 if (!vpd_pg83) { in scsi_vpd_lun_id()
3184 for (d = vpd_pg83->data + 4; in scsi_vpd_lun_id()
3185 d < vpd_pg83->data + vpd_pg83->len; in scsi_vpd_lun_id()
3289 const struct scsi_vpd *vpd_pg83; in scsi_vpd_tpg_id() local
3293 vpd_pg83 = rcu_dereference(sdev->vpd_pg83); in scsi_vpd_tpg_id()
[all...]
H A Dscsi_sysfs.c449 struct scsi_vpd *vpd_pg80 = NULL, *vpd_pg83 = NULL; in scsi_device_dev_release() local
487 vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, in scsi_device_dev_release()
501 if (vpd_pg83) in scsi_device_dev_release()
502 kfree_rcu(vpd_pg83, rcu); in scsi_device_dev_release()
1283 if (attr == &dev_attr_vpd_pg83 && !sdev->vpd_pg83) in scsi_sdev_bin_attr_is_visible()
H A Dscsi.c511 scsi_update_vpd_page(sdev, 0x83, &sdev->vpd_pg83); in scsi_attach_vpd()
H A Dsd.c1737 vpd = rcu_dereference(sdev->vpd_pg83); in sd_get_unique_id()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h144 struct scsi_vpd __rcu *vpd_pg83; member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h146 struct scsi_vpd __rcu *vpd_pg83; member

Completed in 23 milliseconds