Lines Matching defs:jumbo
106 * for jumbo frames, however the 8169/8169S/8110S can not transmit
107 * jumbo frames larger than 7440, so the max MTU possible with this
1048 "could not allocate jumbo RX DMA tag\n");
1148 "could not create spare DMA map for jumbo RX\n");
1156 "could not create DMA map for jumbo RX\n");
2158 * the reception of jumbo frames that have been fragmented
2169 int jumbo, maxpkt = 16, rx_npkts = 0;
2179 jumbo = 1;
2181 jumbo = 0;
2199 if (jumbo != 0)
2285 if (jumbo != 0)
2300 if (jumbo != 0)
3025 re_set_jumbo(struct rl_softc *sc, int jumbo)
3034 if (jumbo != 0) {
3070 if (jumbo != 0)
3118 "no memory for jumbo RX buffers\n");
3122 /* Disable checksum offloading for jumbo frames. */
3317 * size so we can receive jumbo frames.
3322 * For controllers that use new jumbo frame scheme,
3323 * set maximum size of jumbo frame depending on
3336 /* RTL810x has no jumbo frame support. */