Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c292 (Adapter->max_frame_size <= FRAME_SIZE_UPTO_8K)) in e1000g_rx_setup()
294 else if ((Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) && in e1000g_rx_setup()
H A De1000g_main.c971 (rx_size <= FRAME_SIZE_UPTO_8K)) in e1000g_set_bufsize()
973 else if ((rx_size > FRAME_SIZE_UPTO_8K) && in e1000g_set_bufsize()
985 (tx_size <= FRAME_SIZE_UPTO_8K)) in e1000g_set_bufsize()
987 else if ((tx_size > FRAME_SIZE_UPTO_8K) && in e1000g_set_bufsize()
1433 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
1443 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
1468 if (Adapter->max_frame_size > FRAME_SIZE_UPTO_8K) in e1000g_init()
4571 Adapter->default_mtu = FRAME_SIZE_UPTO_8K - in e1000g_get_max_frame_size()
H A De1000g_sw.h268 #define FRAME_SIZE_UPTO_8K 8192 macro