Searched refs:VLAN_TAG_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/e1000/
H A De1000_api.h160 (((length) > ((min_frame_size) - VLAN_TAG_SIZE)) && \
163 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
H A De1000_defines.h690 #define VLAN_TAG_SIZE 4 /* 802.3ac tag (not DMA'd) */ macro
H A Dif_em.c3488 psize += VLAN_TAG_SIZE;
/freebsd-current/sys/dev/igc/
H A Digc_defines.h570 #define VLAN_TAG_SIZE 4 /* 802.3ac tag (not DMA'd) */ macro
H A Dif_igc.c2046 psize += VLAN_TAG_SIZE;

Completed in 186 milliseconds