Lines Matching full:vpd

1417  * STANDARD and VPD page 0x83 T10 Vendor Identification
1636 * VPD page 0x80 Unit serial
1641 return sprintf(page, "T10 VPD Unit Serial Number: %s\n", in target_wwn_vpd_unit_serial_show()
1653 * If Linux/SCSI subsystem_api_t plugin got a VPD Unit Serial in target_wwn_vpd_unit_serial_store()
1655 * VPD Unit Serial to be emulated. in target_wwn_vpd_unit_serial_store()
1657 * Note this struct scsi_device could also be emulating VPD in target_wwn_vpd_unit_serial_store()
1660 * VPD Unit Serial Number that OS dependent multipath can depend on. in target_wwn_vpd_unit_serial_store()
1663 pr_err("Underlying SCSI device firmware provided VPD" in target_wwn_vpd_unit_serial_store()
1669 pr_err("Emulated VPD Unit Serial exceeds" in target_wwn_vpd_unit_serial_store()
1680 pr_err("Unable to set VPD Unit Serial while" in target_wwn_vpd_unit_serial_store()
1687 * This currently assumes ASCII encoding for emulated VPD Unit Serial. in target_wwn_vpd_unit_serial_store()
1697 pr_debug("Target_Core_ConfigFS: Set emulated VPD Unit Serial:" in target_wwn_vpd_unit_serial_store()
1704 * VPD page 0x83 Protocol Identifier
1710 struct t10_vpd *vpd; in target_wwn_vpd_protocol_identifier_show() local
1715 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { in target_wwn_vpd_protocol_identifier_show()
1716 if (!vpd->protocol_identifier_set) in target_wwn_vpd_protocol_identifier_show()
1719 transport_dump_vpd_proto_id(vpd, buf, VPD_TMP_BUF_SIZE); in target_wwn_vpd_protocol_identifier_show()
1732 * Generic wrapper for dumping VPD identifiers by association.
1739 struct t10_vpd *vpd; \
1744 list_for_each_entry(vpd, &t10_wwn->t10_vpd_list, vpd_list) { \
1745 if (vpd->association != _assoc) \
1749 transport_dump_vpd_assoc(vpd, buf, VPD_TMP_BUF_SIZE); \
1755 transport_dump_vpd_ident_type(vpd, buf, VPD_TMP_BUF_SIZE); \
1761 transport_dump_vpd_ident(vpd, buf, VPD_TMP_BUF_SIZE); \
1771 /* VPD page 0x83 Association: Logical Unit */
1773 /* VPD page 0x83 Association: Target Port */
1775 /* VPD page 0x83 Association: SCSI Target Device */