Home
last modified time | relevance | path

Searched refs:MJUMPAGESIZE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c118 pktlen > MJUMPAGESIZE)) { in rtwn_pci_rx_frame()
127 m1 = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in rtwn_pci_rx_frame()
137 MJUMPAGESIZE, rtwn_pci_dma_map_addr, &rx_data->paddr, 0); in rtwn_pci_rx_frame()
142 mtod(rx_data->m, void *), MJUMPAGESIZE, in rtwn_pci_rx_frame()
355 MJUMPAGESIZE, ring->cur); in rtwn_pci_rx_done()
H A Drtwn_pci_attach.c159 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &rx_ring->data_dmat); in rtwn_pci_alloc_rx_list()
176 MJUMPAGESIZE); in rtwn_pci_alloc_rx_list()
185 mtod(rx_data->m, void *), MJUMPAGESIZE, in rtwn_pci_alloc_rx_list()
194 MJUMPAGESIZE, i); in rtwn_pci_alloc_rx_list()
216 rx_data->paddr, MJUMPAGESIZE, i); in rtwn_pci_reset_rx_list()
298 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &tx_ring->data_dmat); in rtwn_pci_alloc_tx_list()
H A Drtwn_pci_tx.c67 if (m0->m_pkthdr.len > MJUMPAGESIZE) { in rtwn_mbuf_defrag()
71 m = m_getjcl(how, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in rtwn_mbuf_defrag()
/freebsd/sys/dev/ena/
H A Dena_sysctl.h46 #define ena_mbuf_sz (ena_enable_9k_mbufs ? MJUM9BYTES : MJUMPAGESIZE)
/freebsd/sys/sys/
H A Dparam.h197 #define MJUMPAGESIZE PAGE_SIZE macro
199 #define MJUMPAGESIZE (8 * 1024) macro
H A Dmbuf.h888 case MJUMPAGESIZE: in m_gettype()
936 case MJUMPAGESIZE: in m_getzone()
1059 size = MJUMPAGESIZE; in m_cljset()
/freebsd/sys/kern/
H A Dkern_mbuf.c64 _Static_assert(MJUMPAGESIZE > MCLBYTES,
175 nmbjumbop = maxmbufmem / MJUMPAGESIZE / 4; in tunable_mbinit()
374 zone_jumbop = uma_zcreate(MBUF_JUMBOP_MEM_NAME, MJUMPAGESIZE, in mbuf_init()
1364 if (size > MJUMPAGESIZE) in m_get2()
1391 if (size <= MJUMPAGESIZE) in m_get3()
1475 MJUMPAGESIZE); in mc_get()
/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h26 MIN(4096, MJUMPAGESIZE)
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c533 #if MJUMPAGESIZE != MCLBYTES in ieee80211_realign()
534 space <= MJUMPAGESIZE ? MJUMPAGESIZE : in ieee80211_realign()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c352 } else if (eff_mtu > MJUMPAGESIZE) { in mlx4_en_calc_rx_buf()
355 eff_mtu = MJUMPAGESIZE; in mlx4_en_calc_rx_buf()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c1015 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &ring->data_dmat); in wpi_alloc_rx_ring()
1038 data->m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_alloc_rx_ring()
1047 mtod(data->m, void *), MJUMPAGESIZE, wpi_dma_map_addr, in wpi_alloc_rx_ring()
1953 m1 = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_rx_done()
1962 MJUMPAGESIZE, wpi_dma_map_addr, &paddr, BUS_DMA_NOWAIT); in wpi_rx_done()
1970 mtod(data->m, void *), MJUMPAGESIZE, wpi_dma_map_addr, in wpi_rx_done()
3269 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_cmd()
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c1120 else if (reserved <= MJUMPAGESIZE) in sfxge_rx_start()
1121 sc->rx_cluster_size = MJUMPAGESIZE; in sfxge_rx_start()
/freebsd/sys/dev/usb/net/
H A Dif_usie.c803 MJUMPAGESIZE /* could be bigger than MCLBYTES */ ); in usie_if_rx_callback()
817 mtod(sc->sc_rxm, caddr_t), MIN(MJUMPAGESIZE, USIE_RXSZ_MAX)); in usie_if_rx_callback()
/freebsd/sys/dev/qlxge/
H A Dqls_os.c740 } else if (ha->max_frame_size <= MJUMPAGESIZE) { in qls_init_ifnet()
741 ha->msize = MJUMPAGESIZE; in qls_init_ifnet()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c1158 if (MJUMPAGESIZE - MXGEFW_PAD > MXGEFW_MAX_MTU) in mxge_max_mtu()
1170 return MJUMPAGESIZE - MXGEFW_PAD; in mxge_max_mtu()
3379 if (bufsize < MJUMPAGESIZE) { in mxge_choose_params()
3381 *big_buf_size = MJUMPAGESIZE; in mxge_choose_params()
3382 *cl_size = MJUMPAGESIZE; in mxge_choose_params()
/freebsd/sys/dev/malo/
H A Dif_malo.c1340 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in malo_getrxmbuf()
1346 mtod(m, caddr_t), MJUMPAGESIZE, in malo_getrxmbuf()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1143 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in xn_alloc_one_rx_buffer()
1146 m->m_len = m->m_pkthdr.len = MJUMPAGESIZE; in xn_alloc_one_rx_buffer()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c573 largest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()
582 safest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()
586 " using %d instead.\n", safest_rx_cluster, MJUMPAGESIZE); in t4_sge_modload()
587 safest_rx_cluster = MJUMPAGESIZE; in t4_sge_modload()
721 MJUMPAGESIZE, in t4_tweak_chip_settings()
858 MJUMPAGESIZE, in t4_init_rx_buf_info()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c1217 return (MJUMPAGESIZE); in vtnet_rx_cluster_size()
1242 else if (framesz <= MJUMPAGESIZE) in vtnet_rx_cluster_size()
1243 return (MJUMPAGESIZE); in vtnet_rx_cluster_size()
/freebsd/sys/dev/mana/
H A Dmana_en.c910 MJUMPAGESIZE, /* maxsize */ in mana_init_port_context()
912 MJUMPAGESIZE, /* maxsegsize */ in mana_init_port_context()
/freebsd/sys/netinet/libalias/
H A Dalias.c1783 if (len <= MJUMPAGESIZE) in m_megapullup()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1412 priv->cm.max_cm_mtu = max_srq_sge * MJUMPAGESIZE; in ipoib_cm_dev_init()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c3389 n = m_getjcl(M_NOWAIT, m->m_type, 0, MJUMPAGESIZE); in hv_m_append()
3392 n->m_len = min(MJUMPAGESIZE, remainder); in hv_m_append()
3474 size = MJUMPAGESIZE; in hn_rxpkt()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2003 scctx->isc_rxd_buf_size[2] = MJUMPAGESIZE; in vmxnet3_mtu_set()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2322 else if (r > MJUMPAGESIZE) in mlx5e_get_wqe_sz()
2325 r = MJUMPAGESIZE; in mlx5e_get_wqe_sz()

12