Searched refs:FRAME_SIZE_UPTO_8K (Results 1 – 3 of 3) sorted by relevance
292 (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()
971 (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()
268 #define FRAME_SIZE_UPTO_8K 8192 macro