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.c482 &dev->t10_wwn.t10_vpd_list, vpd_list) { in se_release_vpd_for_dev()
726 INIT_LIST_HEAD(&dev->t10_wwn.t10_vpd_list); in target_alloc_device()
H A Dtarget_core_configfs.c1715 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1744 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
/linux/include/target/
H A Dtarget_core_base.h348 struct list_head t10_vpd_list; member