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

/freebsd-current/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-current/tools/test/stress2/misc/
H A Djumbo.sh29 # Stress the jumbo mbuf allocation
30 # vmstat -z | sed -n '1p;/jumbo/p'
36 sed '1,/^EOF/d' < $here/$0 > jumbo.c
37 mycc -o jumbo -Wall -Wextra -O2 jumbo.c || exit 1
38 rm -f jumbo.c
46 /tmp/jumbo $((12345 + $i)) &
50 /tmp/jumbo $host $((12345 + $i)) &
57 rm -f /tmp/jumbo
/freebsd-current/sys/dev/qlxgb/
H A Dqla_glbl.h57 uint32_t jumbo);
H A Dqla_os.c1315 "%s: qla_get_mbuf [jumbo(%d)] failed\n",
1377 uint32_t jumbo)
1383 QL_DPRINT2((ha->pci_dev, "%s: jumbo(0x%x) enter\n", __func__, jumbo));
1386 if (!jumbo) {
1410 if (!jumbo)
1376 qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp, uint32_t jumbo) argument
/freebsd-current/sys/dev/sfxge/common/
H A Defx_rx.c1602 boolean_t jumbo = B_FALSE; local
1645 jumbo = B_TRUE;
1660 FRF_AZ_RX_DESCQ_JUMBO, jumbo);
/freebsd-current/sys/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
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");
2165 * the reception of jumbo frames that have been fragmented
2176 int jumbo, maxpkt = 16, rx_npkts = 0; local
2186 jumbo = 1;
2188 jumbo = 0;
2206 if (jumbo !
3032 re_set_jumbo(struct rl_softc *sc, int jumbo) argument
[all...]
/freebsd-current/sys/dev/msk/
H A Dif_msk.c644 msk_rx_fill(struct msk_if_softc *sc_if, int jumbo) argument
670 if (jumbo > 0) {
1856 * for jumbo frames, so disable Tx checksum
1857 * offloading for jumbo frames.
2401 "disabling jumbo frame support\n");
2404 /* Create tag for jumbo Rx ring. */
2418 "failed to create jumbo Rx ring DMA tag\n");
2429 /* Create tag for jumbo Rx buffers. */
2443 "failed to create jumbo Rx DMA tag\n");
2447 /* Allocate DMA'able memory and load the DMA map for jumbo R
[all...]

Completed in 608 milliseconds