Home
last modified time | relevance | path

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

/freebsd/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; in em_initialize_receive_unit()
/freebsd/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; in igc_initialize_receive_unit()