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

/freebsd-11.0-release/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_glbl.h57 uint32_t jumbo);
H A Dqla_os.c1340 "%s: qla_get_mbuf [jumbo(%d)] failed\n",
1402 uint32_t jumbo)
1409 QL_DPRINT2((ha->pci_dev, "%s: jumbo(0x%x) enter\n", __func__, jumbo));
1415 if (!jumbo) {
1439 if (!jumbo)
1401 qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp, uint32_t jumbo) argument
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx_rx.c1124 boolean_t jumbo; local
1156 jumbo = B_FALSE;
1165 jumbo = B_TRUE;
1182 FRF_AZ_RX_DESCQ_JUMBO, jumbo);
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_norm.c954 struct ip6_opt_jumbo jumbo; local
1047 if (!pf_pull_hdr(m, ooff, &jumbo,
1048 sizeof(jumbo), NULL, NULL,
1051 memcpy(&jumbolen, jumbo.ip6oj_jumbo_len,
1075 /* jumbo payload option must be present, or plen > 0 */
/freebsd-11.0-release/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
1037 "could not allocate jumbo RX DMA tag\n");
1137 "could not create spare DMA map for jumbo RX\n");
1145 "could not create DMA map for jumbo RX\n");
2144 * the reception of jumbo frames that have been fragmented
2155 int jumbo, maxpkt = 16, rx_npkts = 0; local
2165 jumbo = 1;
2167 jumbo = 0;
2185 if (jumbo !
3005 re_set_jumbo(struct rl_softc *sc, int jumbo) argument
[all...]
/freebsd-11.0-release/sys/dev/msk/
H A Dif_msk.c647 msk_rx_fill(struct msk_if_softc *sc_if, int jumbo) argument
673 if (jumbo > 0) {
1861 * for jumbo frames, so disable Tx checksum
1862 * offloading for jumbo frames.
2418 "disabling jumbo frame support\n");
2421 /* Create tag for jumbo Rx ring. */
2435 "failed to create jumbo Rx ring DMA tag\n");
2446 /* Create tag for jumbo Rx buffers. */
2460 "failed to create jumbo Rx DMA tag\n");
2464 /* Allocate DMA'able memory and load the DMA map for jumbo R
[all...]

Completed in 132 milliseconds