Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c293 (Adapter->max_frame_size <= FRAME_SIZE_UPTO_8K)) in e1000g_rx_setup()
295 else if ((Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) && in e1000g_rx_setup()
H A De1000g_main.c1002 (rx_size <= FRAME_SIZE_UPTO_8K)) in e1000g_set_bufsize()
1004 else if ((rx_size > FRAME_SIZE_UPTO_8K) && in e1000g_set_bufsize()
1016 (tx_size <= FRAME_SIZE_UPTO_8K)) in e1000g_set_bufsize()
1018 else if ((tx_size > FRAME_SIZE_UPTO_8K) && in e1000g_set_bufsize()
1475 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
1485 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
1530 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
4830 Adapter->default_mtu = FRAME_SIZE_UPTO_8K - in e1000g_get_max_frame_size()
H A De1000g_sw.h270 #define FRAME_SIZE_UPTO_8K 8192 macro