Searched refs:eh_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_lro.c154 switch (le->eh_type) {
234 switch (le->eh_type) {
394 uint16_t eh_type, tcp_data_len; local
400 eh_type = ntohs(eh->ether_type);
401 switch (eh_type) {
502 if (le->eh_type != eh_type)
507 switch (eh_type) {
620 switch (eh_type) {
626 le->eh_type
[all...]
H A Dtcp_lro.h54 uint16_t eh_type; /* EthernetHeader type. */ member in struct:lro_entry
/freebsd-10-stable/gnu/lib/libsupc++/
H A DMakefile17 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am59 eh_type.cc \
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c143 uint16_t eh_type; local
153 eh_type = ntohs(eh->ether_type);
162 switch (eh_type) {
/freebsd-10-stable/lib/libelf/
H A Delf_update.c403 int ec, eh_class, eh_type; local
432 eh_type = eh32->e_type;
439 eh_type = eh64->e_type;
/freebsd-10-stable/sys/dev/ixgbe/
H A Dix_txrx.c874 u16 vtag = 0, eh_type; local
883 eh_type = eh->evl_proto;
886 eh_type = eh->evl_encap_proto;
889 switch (ntohs(eh_type)) {
919 __func__, ntohs(eh_type));
H A Dixv_txrx.c844 u16 vtag = 0, eh_type; local
853 eh_type = eh->evl_proto;
856 eh_type = eh->evl_encap_proto;
859 switch (ntohs(eh_type)) {
889 __func__, ntohs(eh_type));
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2647 uint16_t eh_type; local
2652 eh_type = evh->evl_proto;
2654 eh_type = eh->ether_type;
2657 eh_type == htons(ETHERTYPE_IP)) {
2662 eh_type == htons(ETHERTYPE_IPV6)) {
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_sge.c2178 uint16_t eh_type; local
2227 eh_type = ntohs(eh->ether_type);
2228 if (eh_type == ETHERTYPE_VLAN) {
2231 eh_type = ntohs(evh->evl_proto);
2239 switch (eh_type) {
2263 __func__, eh_type);
/freebsd-10-stable/sys/dev/e1000/
H A Dif_igb.c3690 u16 vtag = 0, eh_type; local
3709 eh_type = eh->evl_proto;
3712 eh_type = eh->evl_encap_proto;
3715 switch (ntohs(eh_type)) {
3747 ntohs(eh_type));
/freebsd-10-stable/gnu/lib/libstdc++/
H A DMakefile64 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \

Completed in 113 milliseconds