Searched refs:to_t10_wwn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_configfs.c | 1291 static struct t10_wwn *to_t10_wwn(struct config_item *item) in to_t10_wwn() function 1325 return sprintf(page, "%s\n", &to_t10_wwn(item)->vendor[0]); in target_wwn_vendor_id_show() 1331 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vendor_id_store() 1381 return sprintf(page, "%s\n", &to_t10_wwn(item)->model[0]); in target_wwn_product_id_show() 1387 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_product_id_store() 1437 return sprintf(page, "%s\n", &to_t10_wwn(item)->revision[0]); in target_wwn_revision_show() 1443 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_revision_store() 1497 &to_t10_wwn(item)->unit_serial[0]); in target_wwn_vpd_unit_serial_show() 1503 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vpd_unit_serial_store() 1565 struct t10_wwn *t10_wwn = to_t10_wwn(ite in target_wwn_vpd_protocol_identifier_show() [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 1350 static struct t10_wwn *to_t10_wwn(struct config_item *item) in to_t10_wwn() function 1384 return sprintf(page, "%s\n", &to_t10_wwn(item)->vendor[0]); in target_wwn_vendor_id_show() 1390 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_vendor_id_store() 1440 return sprintf(page, "%s\n", &to_t10_wwn(item)->model[0]); in target_wwn_product_id_show() 1446 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_product_id_store() 1496 return sprintf(page, "%s\n", &to_t10_wwn(item)->revision[0]); in target_wwn_revision_show() 1502 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_revision_store() 1554 to_t10_wwn(item)->company_id); in target_wwn_company_id_show() 1561 struct t10_wwn *t10_wwn = to_t10_wwn(item); in target_wwn_company_id_store() 1604 &to_t10_wwn(ite in target_wwn_vpd_unit_serial_show() [all...] |
Completed in 11 milliseconds