Searched refs:jumbo (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl81xx/dev/re/
H A Dif_re.c106 * for jumbo frames, however the 8169/8169S/8110S can not transmit
107 * jumbo frames larger than 7440, so the max MTU possible with this
1020 "could not allocate jumbo RX DMA tag\n");
1120 "could not create spare DMA map for jumbo RX\n");
1128 "could not create DMA map for jumbo RX\n");
2096 * the reception of jumbo frames that have been fragmented
2107 int jumbo, maxpkt = 16, rx_npkts = 0; local
2120 jumbo = 1;
2122 jumbo = 0;
2140 if (jumbo !
2961 re_set_jumbo(struct rl_softc *sc, int jumbo) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/marvell_yukon/dev/msk/
H A Dif_msk.c643 msk_rx_fill(struct msk_if_softc *sc_if, int jumbo) argument
669 if (jumbo > 0) {
1857 * for jumbo frames, so disable Tx checksum
1858 * offloading for jumbo frames.
2411 "disabling jumbo frame support\n");
2414 /* Create tag for jumbo Rx ring. */
2428 "failed to create jumbo Rx ring DMA tag\n");
2439 /* Create tag for jumbo Rx buffers. */
2453 "failed to create jumbo Rx DMA tag\n");
2457 /* Allocate DMA'able memory and load the DMA map for jumbo R
[all...]

Completed in 56 milliseconds