Searched refs:eh_type (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | tcp_lro.c | 144 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()
|
| HD | tcp_lro.h | 54 uint16_t eh_type; /* EthernetHeader type. */ member
|
| /NextBSD/gnu/lib/libsupc++/ |
| D | Makefile.depend | 52 eh_type.So: unwind.h 53 eh_type.o: unwind.h 54 eh_type.po: unwind.h
|
| D | Makefile | 17 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
|
| /NextBSD/gnu/lib/libstdc++/ |
| D | Makefile.depend | 55 eh_type.So: unwind.h 56 eh_type.o: unwind.h 57 eh_type.po: unwind.h
|
| D | Makefile | 61 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | ixgbe_txrx.c | 197 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()
|
| HD | ix_txrx.c | 887 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/ |
| HD | mlx5_en_rx.c | 102 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++/ |
| D | Makefile.in | 72 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 \
|
| D | Makefile.am | 59 eh_type.cc \
|
| /NextBSD/sys/dev/cxgb/ |
| HD | cxgb_sge.c | 2643 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/ |
| HD | t4_sge.c | 2080 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/ |
| HD | if_igb.c | 3734 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++/ |
| D | ChangeLog-2001 | 882 * libsupc++/eh_type.cc: Formatting tweak. 896 * libsupc++/eh_type.cc (__cxa_current_exception_type): New file.
|
| D | ChangeLog-2004 | 2455 * libsupc++/eh_type.cc: Include <cxxabi.h>.
|
| D | ChangeLog-2003 | 4943 libsupc++/eh_throw.cc, libsupc++/eh_type.cc,
|