Home
last modified time | relevance | path

Searched refs:eh_type (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c785 uint16_t eh_type; in t7_ktls_parse_pkt() local
803 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() argument
939 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() argument
978 if (eh_type == ETHERTYPE_IPV6) in write_lso_cpl()
1150 uint16_t eh_type, bool last_wr) in ktls_write_tunnel_packet() argument
[all …]
/src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c154 uint16_t eh_type; in mlx5e_lro_update_hdr() local
165 eh_type = ntohs(eh->ether_type); in mlx5e_lro_update_hdr()
174 switch (eh_type) { in mlx5e_lro_update_hdr()
/src/sys/dev/cxgbe/
H A Dt4_sge.c2714 uint16_t eh_type; in parse_pkt() local
2808 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 …]
/src/sys/dev/cxgb/
H A Dcxgb_sge.c2633 uint16_t eh_type; in t3_rx_eth() local
2638 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()