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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h133 * min_frame_size = the minimum frame length we want to accept.
155 min_frame_size, max_frame_size) \
160 (((length) > ((min_frame_size) - VLAN_TAG_SIZE)) && \
162 (((length) > (min_frame_size)) && \
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h924 uint32_t min_frame_size;
1625 (((length) > ((adapter)->min_frame_size - VLAN_TAG_SIZE)) && \
1627 (((length) > (adapter)->min_frame_size) && \
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c564 Adapter->min_frame_size, Adapter->max_frame_size)) {
H A De1000g_sw.h907 uint32_t min_frame_size; member in struct:e1000g
H A De1000g_main.c970 Adapter->min_frame_size = ETHERMIN + ETHERFCSL;

Completed in 92 milliseconds