Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_debugfs.c33 (priv->prot_version == PRP_V1 ? "PRP" : "HSR")); in hsr_node_table_show()
36 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
52 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
H A Dhsr_netlink.c100 proto_version = PRP_V1; in hsr_newlink()
143 if (hsr->prot_version == PRP_V1) in hsr_fill_info()
H A Dhsr_main.h179 PRP_V1, enumerator
H A Dhsr_device.c522 if (protocol_version == PRP_V1) { in hsr_dev_finalize()