Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_device.c523 &dev->t10_wwn.t10_vpd_list, vpd_list) { in se_release_vpd_for_dev()
750 INIT_LIST_HEAD(&dev->t10_wwn.t10_vpd_list); in target_alloc_device()
Dtarget_core_pscsi.c278 list_add_tail(&vpd->vpd_list, &wwn->t10_vpd_list); in pscsi_get_inquiry_vpd_device_ident()
Dtarget_core_configfs.c1565 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1594 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
/Linux-v5.10/include/target/
Dtarget_core_base.h332 struct list_head t10_vpd_list; member