Home
last modified time | relevance | path

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

/titanic_44/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.c980 (rx_size <= FRAME_SIZE_UPTO_4K)) in e1000g_set_bufsize()
982 else if ((rx_size > FRAME_SIZE_UPTO_4K) && in e1000g_set_bufsize()
994 if ((tx_size > FRAME_SIZE_UPTO_2K) && (tx_size <= FRAME_SIZE_UPTO_4K)) in e1000g_set_bufsize()
996 else if ((tx_size > FRAME_SIZE_UPTO_4K) && in e1000g_set_bufsize()
3519 (FRAME_SIZE_UPTO_4K)) { in e1000g_m_setprop()
4110 if (Adapter->max_frame_size >= FRAME_SIZE_UPTO_4K) { in e1000g_get_conf()
4784 Adapter->default_mtu = FRAME_SIZE_UPTO_4K - in e1000g_get_max_frame_size()
H A De1000g_sw.h268 #define FRAME_SIZE_UPTO_4K 4096 macro