Lines Matching refs:JUMBO_1K
169 #define JUMBO_1K ETH_DATA_LEN macro
205 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
207 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
209 _R("RTL8102e", RTL_TD_1, NULL, JUMBO_1K, true),
211 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
217 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
219 _R("RTL8100e", RTL_TD_0, NULL, JUMBO_1K, true),
221 _R("RTL8100e", RTL_TD_0, NULL, JUMBO_1K, true),
223 _R("RTL8101e", RTL_TD_0, NULL, JUMBO_1K, true),
252 JUMBO_1K, true),
255 JUMBO_1K, true),
275 JUMBO_1K, true),
281 JUMBO_1K, true),
292 JUMBO_1K, true),
304 JUMBO_1K, false),
307 JUMBO_1K, false),
2020 if (dev->mtu > JUMBO_1K && in rtl8169_fix_features()
8323 if (rtl_chip_infos[chipset].jumbo_max != JUMBO_1K) { in rtl_init_one()