Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_lro.c144 switch (le->eh_type) { in tcp_lro_rx_csum_fixup()
224 switch (le->eh_type) { in tcp_lro_flush()
384 uint16_t eh_type, tcp_data_len; in tcp_lro_rx() local
389 eh_type = ntohs(eh->ether_type); in tcp_lro_rx()
390 switch (eh_type) { in tcp_lro_rx()
479 if (le->eh_type != eh_type) in tcp_lro_rx()
484 switch (eh_type) { in tcp_lro_rx()
582 switch (eh_type) { in tcp_lro_rx()
588 le->eh_type = eh_type; in tcp_lro_rx()
597 le->eh_type = eh_type; in tcp_lro_rx()
HDtcp_lro.h54 uint16_t eh_type; /* EthernetHeader type. */ member
/NextBSD/gnu/lib/libsupc++/
DMakefile.depend52 eh_type.So: unwind.h
53 eh_type.o: unwind.h
54 eh_type.po: unwind.h
DMakefile17 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
/NextBSD/gnu/lib/libstdc++/
DMakefile.depend55 eh_type.So: unwind.h
56 eh_type.o: unwind.h
57 eh_type.po: unwind.h
DMakefile61 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
/NextBSD/sys/dev/ixgbe/
HDixgbe_txrx.c197 u16 vtag = 0, eh_type; in ixgbe_tso_setup() local
216 eh_type = eh->evl_proto; in ixgbe_tso_setup()
219 eh_type = eh->evl_encap_proto; in ixgbe_tso_setup()
222 switch (ntohs(eh_type)) { in ixgbe_tso_setup()
253 __func__, ntohs(eh_type)); in ixgbe_tso_setup()
HDix_txrx.c887 u16 vtag = 0, eh_type; local
905 eh_type = eh->evl_proto;
908 eh_type = eh->evl_encap_proto;
911 switch (ntohs(eh_type)) {
942 __func__, ntohs(eh_type));
/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rx.c102 uint16_t eh_type; in mlx5e_lro_update_hdr() local
109 eh_type = ntohs(eh->ether_type); in mlx5e_lro_update_hdr()
118 switch (eh_type) { in mlx5e_lro_update_hdr()
/NextBSD/contrib/libstdc++/libsupc++/
DMakefile.in72 eh_throw.cc eh_type.cc eh_unex_handler.cc guard.cc \
78 eh_term_handler.lo eh_terminate.lo eh_throw.lo eh_type.lo \
90 eh_terminate.cc eh_throw.cc eh_type.cc eh_unex_handler.cc \
336 eh_type.cc \
DMakefile.am59 eh_type.cc \
/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c2643 uint16_t eh_type; in t3_rx_eth() local
2648 eh_type = evh->evl_proto; in t3_rx_eth()
2650 eh_type = eh->ether_type; in t3_rx_eth()
2653 eh_type == htons(ETHERTYPE_IP)) { in t3_rx_eth()
2658 eh_type == htons(ETHERTYPE_IPV6)) { in t3_rx_eth()
/NextBSD/sys/dev/cxgbe/
HDt4_sge.c2080 uint16_t eh_type; in parse_pkt() local
2125 eh_type = ntohs(eh->ether_type); in parse_pkt()
2126 if (eh_type == ETHERTYPE_VLAN) { in parse_pkt()
2129 eh_type = ntohs(evh->evl_proto); in parse_pkt()
2137 switch (eh_type) { in parse_pkt()
2161 __func__, eh_type); in parse_pkt()
/NextBSD/sys/dev/e1000/
HDif_igb.c3734 u16 vtag = 0, eh_type; in igb_tso_setup() local
3753 eh_type = eh->evl_proto; in igb_tso_setup()
3756 eh_type = eh->evl_encap_proto; in igb_tso_setup()
3759 switch (ntohs(eh_type)) { in igb_tso_setup()
3790 __func__, ntohs(eh_type)); in igb_tso_setup()
/NextBSD/contrib/libstdc++/
DChangeLog-2001882 * libsupc++/eh_type.cc: Formatting tweak.
896 * libsupc++/eh_type.cc (__cxa_current_exception_type): New file.
DChangeLog-20042455 * libsupc++/eh_type.cc: Include <cxxabi.h>.
DChangeLog-20034943 libsupc++/eh_throw.cc, libsupc++/eh_type.cc,