Searched refs:eh_type (Results 1 – 4 of 4) sorted by relevance
785 uint16_t eh_type; in t7_ktls_parse_pkt() local803 eh_type = ntohs(eh->ether_type); in t7_ktls_parse_pkt()804 if (eh_type == ETHERTYPE_VLAN) { in t7_ktls_parse_pkt()807 eh_type = ntohs(evh->evl_proto); in t7_ktls_parse_pkt()812 switch (eh_type) { in t7_ktls_parse_pkt()934 pkt_ctrl1(struct sge_txq *txq, struct mbuf *m, uint16_t eh_type) in pkt_ctrl1() argument939 if (eh_type == ETHERTYPE_IP) { in pkt_ctrl1()962 write_lso_cpl(void *cpl, struct mbuf *m0, uint16_t mss, uint16_t eh_type, in write_lso_cpl() argument978 if (eh_type == ETHERTYPE_IPV6) in write_lso_cpl()1150 uint16_t eh_type, bool last_wr) in ktls_write_tunnel_packet() argument[all …]
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()
2714 uint16_t eh_type; in parse_pkt() local2808 eh_type = ntohs(eh->ether_type); in parse_pkt()2809 if (eh_type == ETHERTYPE_VLAN) { in parse_pkt()2812 eh_type = ntohs(evh->evl_proto); in parse_pkt()2826 switch (eh_type) { in parse_pkt()2858 eh_type); in parse_pkt()2872 eh_type = ntohs(eh->ether_type); in parse_pkt()2873 if (eh_type == ETHERTYPE_VLAN) { in parse_pkt()2876 eh_type = ntohs(evh->evl_proto); in parse_pkt()2886 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()