Home
last modified time | relevance | path

Searched refs:vpd_list (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_pscsi.c260 INIT_LIST_HEAD(&vpd->vpd_list); in pscsi_get_inquiry_vpd_device_ident()
278 list_add_tail(&vpd->vpd_list, &wwn->t10_vpd_list); in pscsi_get_inquiry_vpd_device_ident()
Dtarget_core_device.c523 &dev->t10_wwn.t10_vpd_list, vpd_list) { in se_release_vpd_for_dev()
524 list_del(&vpd->vpd_list); in se_release_vpd_for_dev()
Dtarget_core_configfs.c1573 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1602 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h317 struct list_head vpd_list; member