Lines Matching full:vpd

1415  * STANDARD and VPD page 0x83 T10 Vendor Identification
1634 * VPD page 0x80 Unit serial
1639 return sprintf(page, "T10 VPD Unit Serial Number: %s\n", in target_wwn_vpd_unit_serial_show()
1651 * If Linux/SCSI subsystem_api_t plugin got a VPD Unit Serial in target_wwn_vpd_unit_serial_store()
1653 * VPD Unit Serial to be emulated. in target_wwn_vpd_unit_serial_store()
1655 * Note this struct scsi_device could also be emulating VPD in target_wwn_vpd_unit_serial_store()
1658 * VPD Unit Serial Number that OS dependent multipath can depend on. in target_wwn_vpd_unit_serial_store()
1661 pr_err("Underlying SCSI device firmware provided VPD" in target_wwn_vpd_unit_serial_store()
1667 pr_err("Emulated VPD Unit Serial exceeds" in target_wwn_vpd_unit_serial_store()
1678 pr_err("Unable to set VPD Unit Serial while" in target_wwn_vpd_unit_serial_store()
1685 * This currently assumes ASCII encoding for emulated VPD Unit Serial. in target_wwn_vpd_unit_serial_store()
1695 pr_debug("Target_Core_ConfigFS: Set emulated VPD Unit Serial:" in target_wwn_vpd_unit_serial_store()
1702 * VPD page 0x83 Protocol Identifier
1708 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() local
1713 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1714 if (!vpd->protocol_identifier_set) in target_wwn_vpd_protocol_identifier_show()
1717 transport_dump_vpd_proto_id(vpd, buf, VPD_TMP_BUF_SIZE); in target_wwn_vpd_protocol_identifier_show()
1730 * Generic wrapper for dumping VPD identifiers by association.
1737 struct t10_vpd *vpd; \
1742 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
1743 if (vpd->association != _assoc) \
1747 transport_dump_vpd_assoc(vpd, buf, VPD_TMP_BUF_SIZE); \
1753 transport_dump_vpd_ident_type(vpd, buf, VPD_TMP_BUF_SIZE); \
1759 transport_dump_vpd_ident(vpd, buf, VPD_TMP_BUF_SIZE); \
1769 /* VPD page 0x83 Association: Logical Unit */
1771 /* VPD page 0x83 Association: Target Port */
1773 /* VPD page 0x83 Association: SCSI Target Device */