Searched refs:eh_type (Results 1 – 3 of 3) sorted by relevance
132 uint16_t eh_type; in mlx5e_lro_update_hdr() local142 eh_type = ntohs(eh->ether_type); in mlx5e_lro_update_hdr()151 switch (eh_type) { in mlx5e_lro_update_hdr()
2668 uint16_t eh_type; in parse_pkt() local2757 eh_type = ntohs(eh->ether_type); in parse_pkt()2758 if (eh_type == ETHERTYPE_VLAN) { in parse_pkt()2761 eh_type = ntohs(evh->evl_proto); in parse_pkt()2775 switch (eh_type) { in parse_pkt()2807 eh_type); in parse_pkt()2821 eh_type = ntohs(eh->ether_type); in parse_pkt()2822 if (eh_type == ETHERTYPE_VLAN) { in parse_pkt()2825 eh_type = ntohs(evh->evl_proto); in parse_pkt()2835 switch (eh_type) { in parse_pkt()[all …]
2636 uint16_t eh_type; in t3_rx_eth() local2641 eh_type = evh->evl_proto; in t3_rx_eth()2643 eh_type = eh->ether_type; in t3_rx_eth()2646 eh_type == htons(ETHERTYPE_IP)) { in t3_rx_eth()2651 eh_type == htons(ETHERTYPE_IPV6)) { in t3_rx_eth()