Searched refs:eh_type (Results 1 – 3 of 3) sorted by relevance
154 uint16_t eh_type; in mlx5e_lro_update_hdr() local165 eh_type = ntohs(eh->ether_type); in mlx5e_lro_update_hdr()174 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 …]
2633 uint16_t eh_type; in t3_rx_eth() local2638 eh_type = evh->evl_proto; in t3_rx_eth()2640 eh_type = eh->ether_type; in t3_rx_eth()2643 eh_type == htons(ETHERTYPE_IP)) { in t3_rx_eth()2648 eh_type == htons(ETHERTYPE_IPV6)) { in t3_rx_eth()