Home
last modified time | relevance | path

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

/Linux-v6.6/net/hsr/
Dhsr_debugfs.c25 (priv->prot_version == PRP_V1 ? "PRP" : "HSR")); in hsr_node_table_show()
28 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
44 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
Dhsr_netlink.c100 proto_version = PRP_V1; in hsr_newlink()
143 if (hsr->prot_version == PRP_V1) in hsr_fill_info()
Dhsr_device.c498 if (protocol_version == PRP_V1) { in hsr_dev_finalize()
Dhsr_framereg.c418 if (port->hsr->prot_version != PRP_V1 && net_ratelimit()) in hsr_addr_subst_dest()
/Linux-v6.6/include/linux/
Dif_hsr.h13 PRP_V1, enumerator
/Linux-v6.6/drivers/net/dsa/xrs700x/
Dxrs700x.c571 else if (ver == PRP_V1) in xrs700x_hsr_join()