Searched refs:prot_version (Results 1 – 8 of 8) sorted by relevance
25 (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()
303 if (hsr->announce_count < 3 && hsr->prot_version == 0) { in send_hsr_supervision_frame()320 set_hsr_stag_path(hsr_stag, (hsr->prot_version ? 0x0 : 0xf)); in send_hsr_supervision_frame()321 set_hsr_stag_HSR_ver(hsr_stag, hsr->prot_version); in send_hsr_supervision_frame()325 if (hsr->prot_version > 0) { in send_hsr_supervision_frame()335 hsr_stag->tlv.HSR_TLV_length = hsr->prot_version ? in send_hsr_supervision_frame()380 set_hsr_stag_path(hsr_stag, (hsr->prot_version ? 0x0 : 0xf)); in send_prp_supervision_frame()381 set_hsr_stag_HSR_ver(hsr_stag, (hsr->prot_version ? 1 : 0)); in send_prp_supervision_frame()733 hsr->prot_version = protocol_version; in hsr_dev_finalize()
82 if (hsr->prot_version == PRP_V1) { in hsr_netdev_notify()148 *ver = hsr->prot_version; in hsr_get_version()
65 if ((!hsr->prot_version && protocol == htons(ETH_P_PRP)) || in hsr_handle_frame()
202 enum hsr_version prot_version; /* Indicate if HSRv0, HSRv1 or PRPv1 */ member
361 return hsr_fill_tag(skb, frame, port, port->hsr->prot_version); in hsr_create_tagged_frame()627 if ((!hsr->prot_version && proto == htons(ETH_P_PRP)) || in hsr_fill_frame_info()
167 if (hsr->prot_version == PRP_V1) in hsr_fill_info()
455 if (port->hsr->prot_version != PRP_V1 && net_ratelimit()) in hsr_addr_subst_dest()
Completed in 14 milliseconds