Searched refs:ETH_P_HSR (Results 1 – 5 of 5) sorted by relevance
61 eth_hdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame()65 if (eth_hdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame()146 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()327 ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
38 if (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)) in hsr_handle_frame()
262 skb->protocol = htons(hsr_ver ? ETH_P_HSR : ETH_P_PRP); in send_hsr_supervision_frame()265 if (dev_hard_header(skb, skb->dev, (hsr_ver ? ETH_P_HSR : ETH_P_PRP), in send_hsr_supervision_frame()
185 ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_get_node()221 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()
106 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro