Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/target/
Dtarget_core_configfs.c1283 static struct t10_wwn *to_t10_wwn(struct config_item *item) in to_t10_wwn() function
1317 return sprintf(page, "%s\n", &to_t10_wwn(item)->vendor[0]); in target_wwn_vendor_id_show()
1323 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vendor_id_store()
1373 return sprintf(page, "%s\n", &to_t10_wwn(item)->model[0]); in target_wwn_product_id_show()
1379 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_product_id_store()
1429 return sprintf(page, "%s\n", &to_t10_wwn(item)->revision[0]); in target_wwn_revision_show()
1435 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_revision_store()
1489 &to_t10_wwn(item)->unit_serial[0]); in target_wwn_vpd_unit_serial_show()
1495 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vpd_unit_serial_store()
1557 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vpd_protocol_identifier_show()
[all …]