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

/freebsd-9.3-release/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.h670 #define VLAN_TAG_SIZE 4 /* 802.3ac tag (not DMA'd) */ macro
H A Dif_igb.c4452 psize += VLAN_TAG_SIZE;
5066 adapter->max_frame_size + VLAN_TAG_SIZE);
5084 adapter->max_frame_size + VLAN_TAG_SIZE);

Completed in 115 milliseconds