Searched refs:JUMBO_7K (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/realtek/ |
D | r8169.c | 151 #define JUMBO_7K (7*1024 - ETH_HLEN - 2) macro 171 _R("RTL8169", RTL_TD_0, NULL, JUMBO_7K, true), 173 _R("RTL8169s", RTL_TD_0, NULL, JUMBO_7K, true), 175 _R("RTL8110s", RTL_TD_0, NULL, JUMBO_7K, true), 177 _R("RTL8169sb/8110sb", RTL_TD_0, NULL, JUMBO_7K, true), 179 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true), 181 _R("RTL8169sc/8110sc", RTL_TD_0, NULL, JUMBO_7K, true),
|