Home
last modified time | relevance | path

Searched refs:FRAME_SIZE_UPTO_4K (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c290 (Adapter->max_frame_size <= FRAME_SIZE_UPTO_4K)) in e1000g_rx_setup()
292 else if ((Adapter->max_frame_size > FRAME_SIZE_UPTO_4K) && in e1000g_rx_setup()
H A De1000g_main.c999 (rx_size <= FRAME_SIZE_UPTO_4K)) in e1000g_set_bufsize()
1001 else if ((rx_size > FRAME_SIZE_UPTO_4K) && in e1000g_set_bufsize()
1013 if ((tx_size > FRAME_SIZE_UPTO_2K) && (tx_size <= FRAME_SIZE_UPTO_4K)) in e1000g_set_bufsize()
1015 else if ((tx_size > FRAME_SIZE_UPTO_4K) && in e1000g_set_bufsize()
3556 (FRAME_SIZE_UPTO_4K)) { in e1000g_m_setprop()
4152 if (Adapter->max_frame_size >= FRAME_SIZE_UPTO_4K) { in e1000g_get_conf()
4826 Adapter->default_mtu = FRAME_SIZE_UPTO_4K - in e1000g_get_max_frame_size()
H A De1000g_sw.h269 #define FRAME_SIZE_UPTO_4K 4096 macro