Home
last modified time | relevance | path

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

/linux/net/hsr/
H A 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()
H A Dhsr_netlink.c115 proto_version = PRP_V1; in hsr_newlink()
167 if (hsr->prot_version == PRP_V1) in hsr_fill_info()
H A Dhsr_device.c568 if (protocol_version == PRP_V1) { in hsr_dev_finalize()
H A Dhsr_framereg.c443 if (port->hsr->prot_version != PRP_V1 && net_ratelimit()) in hsr_addr_subst_dest()
/linux/include/linux/
H A Dif_hsr.h13 PRP_V1, enumerator
/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c586 } else if (ver == PRP_V1) { in xrs700x_hsr_join()