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

/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_glbl.h57 uint32_t jumbo);
H A Dqla_os.c1341 "%s: qla_get_mbuf [jumbo(%d)] failed\n",
1403 uint32_t jumbo)
1410 QL_DPRINT2((ha->pci_dev, "%s: jumbo(0x%x) enter\n", __func__, jumbo));
1416 if (!jumbo) {
1440 if (!jumbo)
1402 qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp, uint32_t jumbo) argument
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_rx.c1130 boolean_t jumbo; local
1162 jumbo = B_FALSE;
1167 jumbo = B_TRUE;
1184 FRF_AZ_RX_DESCQ_JUMBO, jumbo);
/freebsd-11-stable/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
1039 "could not allocate jumbo RX DMA tag\n");
1139 "could not create spare DMA map for jumbo RX\n");
1147 "could not create DMA map for jumbo RX\n");
2146 * the reception of jumbo frames that have been fragmented
2157 int jumbo, maxpkt = 16, rx_npkts = 0; local
2167 jumbo = 1;
2169 jumbo = 0;
2187 if (jumbo !
3007 re_set_jumbo(struct rl_softc *sc, int jumbo) argument
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c965 struct ip6_opt_jumbo jumbo; local
1058 if (!pf_pull_hdr(m, ooff, &jumbo,
1059 sizeof(jumbo), NULL, NULL,
1062 memcpy(&jumbolen, jumbo.ip6oj_jumbo_len,
1086 /* jumbo payload option must be present, or plen > 0 */
/freebsd-11-stable/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 178 milliseconds