Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_device.c503 &dev->t10_wwn.t10_vpd_list, vpd_list) { in se_release_vpd_for_dev()
765 INIT_LIST_HEAD(&dev->t10_wwn.t10_vpd_list); in target_alloc_device()
H A Dtarget_core_configfs.c1728 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1757 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
/linux/include/target/
H A Dtarget_core_base.h350 struct list_head t10_vpd_list; member