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

/freebsd-13-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_glbl.h59 uint32_t jumbo);
H A Dqla_os.c1327 "%s: qla_get_mbuf [jumbo(%d)] failed\n",
1389 uint32_t jumbo)
1396 QL_DPRINT2((ha->pci_dev, "%s: jumbo(0x%x) enter\n", __func__, jumbo));
1401 if (!jumbo) {
1425 if (!jumbo)
1388 qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp, uint32_t jumbo) argument
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_rx.c1604 boolean_t jumbo = B_FALSE; local
1647 jumbo = B_TRUE;
1662 FRF_AZ_RX_DESCQ_JUMBO, jumbo);
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c108 * for jumbo frames, however the 8169/8169S/8110S can not transmit
109 * jumbo frames larger than 7440, so the max MTU possible with this
1049 "could not allocate jumbo RX DMA tag\n");
1149 "could not create spare DMA map for jumbo RX\n");
1157 "could not create DMA map for jumbo RX\n");
2161 * the reception of jumbo frames that have been fragmented
2172 int jumbo, maxpkt = 16, rx_npkts = 0; local
2182 jumbo = 1;
2184 jumbo = 0;
2202 if (jumbo !
3028 re_set_jumbo(struct rl_softc *sc, int jumbo) argument
[all...]
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c651 msk_rx_fill(struct msk_if_softc *sc_if, int jumbo) argument
677 if (jumbo > 0) {
1866 * for jumbo frames, so disable Tx checksum
1867 * 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 191 milliseconds