Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/dev/rtwn/pci/
Drtwn_pci_rx.c120 pktlen > MJUMPAGESIZE)) { in rtwn_pci_rx_frame()
129 m1 = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in rtwn_pci_rx_frame()
139 MJUMPAGESIZE, rtwn_pci_dma_map_addr, &rx_data->paddr, 0); in rtwn_pci_rx_frame()
144 mtod(rx_data->m, void *), MJUMPAGESIZE, in rtwn_pci_rx_frame()
357 MJUMPAGESIZE, ring->cur); in rtwn_pci_rx_done()
Drtwn_pci_attach.c162 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &rx_ring->data_dmat); in rtwn_pci_alloc_rx_list()
179 MJUMPAGESIZE); in rtwn_pci_alloc_rx_list()
188 mtod(rx_data->m, void *), MJUMPAGESIZE, in rtwn_pci_alloc_rx_list()
197 MJUMPAGESIZE, i); in rtwn_pci_alloc_rx_list()
219 rx_data->paddr, MJUMPAGESIZE, i); in rtwn_pci_reset_rx_list()
301 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &tx_ring->data_dmat); in rtwn_pci_alloc_tx_list()
Drtwn_pci_tx.c69 if (m0->m_pkthdr.len > MJUMPAGESIZE) { in rtwn_mbuf_defrag()
73 m = m_getjcl(how, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in rtwn_mbuf_defrag()
/freebsd-12-stable/sys/sys/
Dparam.h179 #define MJUMPAGESIZE MCLBYTES macro
181 #define MJUMPAGESIZE PAGE_SIZE macro
183 #define MJUMPAGESIZE (8 * 1024) macro
Dmbuf.h724 #if MJUMPAGESIZE != MCLBYTES in m_gettype()
725 case MJUMPAGESIZE: in m_gettype()
774 #if MJUMPAGESIZE != MCLBYTES in m_getzone()
775 case MJUMPAGESIZE: in m_getzone()
872 #if MJUMPAGESIZE != MCLBYTES in m_cljset()
874 size = MJUMPAGESIZE; in m_cljset()
/freebsd-12-stable/sys/dev/ena/
Dena_sysctl.h47 #define ena_mbuf_sz (ena_enable_9k_mbufs ? MJUM9BYTES : MJUMPAGESIZE)
/freebsd-12-stable/sys/kern/
Dkern_mbuf.c140 nmbjumbop = maxmbufmem / MJUMPAGESIZE / 4; in tunable_mbinit()
338 zone_jumbop = uma_zcreate(MBUF_JUMBOP_MEM_NAME, MJUMPAGESIZE, in mbuf_init()
985 if (size > MJUMPAGESIZE) in m_get2()
1057 MJUMPAGESIZE); in m_getm2()
/freebsd-12-stable/sys/dev/rt/
Dif_rt.c95 #define RT_TX_DATA_SEG0_SIZE MJUMPAGESIZE
1881 MJUMPAGESIZE); in rt_rx_eof()
1888 mnew->m_len = mnew->m_pkthdr.len = MJUMPAGESIZE; in rt_rx_eof()
2231 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, in rt_alloc_rx_ring()
2252 MJUMPAGESIZE); in rt_alloc_rx_ring()
2259 data->m->m_len = data->m->m_pkthdr.len = MJUMPAGESIZE; in rt_alloc_rx_ring()
2428 MJUMPAGESIZE, RT_SOFTC_MAX_SCATTER, MJUMPAGESIZE, 0, NULL, NULL, in rt_alloc_tx_ring()
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_runvar.h28 MIN(4096, MJUMPAGESIZE)
/freebsd-12-stable/sys/net80211/
Dieee80211_freebsd.c519 #if MJUMPAGESIZE != MCLBYTES in ieee80211_realign()
520 space <= MJUMPAGESIZE ? MJUMPAGESIZE : in ieee80211_realign()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_sge.c545 #if MJUMPAGESIZE != MCLBYTES in t4_sge_modload()
546 largest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()
556 #if MJUMPAGESIZE != MCLBYTES in t4_sge_modload()
557 safest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()
562 " using %d instead.\n", safest_rx_cluster, MJUMPAGESIZE); in t4_sge_modload()
563 safest_rx_cluster = MJUMPAGESIZE; in t4_sge_modload()
697 #if MJUMPAGESIZE != MCLBYTES in t4_tweak_chip_settings()
698 MJUMPAGESIZE, in t4_tweak_chip_settings()
837 #if MJUMPAGESIZE != MCLBYTES in t4_read_chip_settings()
838 MJUMPAGESIZE, in t4_read_chip_settings()
Dadapter.h113 #if MJUMPAGESIZE != MCLBYTES
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
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-12-stable/sys/dev/wpi/
Dif_wpi.c1018 MJUMPAGESIZE, 1, MJUMPAGESIZE, 0, NULL, NULL, &ring->data_dmat); in wpi_alloc_rx_ring()
1041 data->m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_alloc_rx_ring()
1050 mtod(data->m, void *), MJUMPAGESIZE, wpi_dma_map_addr, in wpi_alloc_rx_ring()
1956 m1 = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_rx_done()
1965 MJUMPAGESIZE, wpi_dma_map_addr, &paddr, BUS_DMA_NOWAIT); in wpi_rx_done()
1973 mtod(data->m, void *), MJUMPAGESIZE, wpi_dma_map_addr, in wpi_rx_done()
3272 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in wpi_cmd()
/freebsd-12-stable/sys/dev/usb/net/
Dif_usie.c808 MJUMPAGESIZE /* could be bigger than MCLBYTES */ ); in usie_if_rx_callback()
822 mtod(sc->sc_rxm, caddr_t), MIN(MJUMPAGESIZE, USIE_RXSZ_MAX)); in usie_if_rx_callback()
/freebsd-12-stable/sys/dev/sfxge/
Dsfxge_rx.c1125 else if (reserved <= MJUMPAGESIZE) in sfxge_rx_start()
1126 sc->rx_cluster_size = MJUMPAGESIZE; in sfxge_rx_start()
/freebsd-12-stable/sys/dev/qlxge/
Dqls_os.c756 } else if (ha->max_frame_size <= MJUMPAGESIZE) { in qls_init_ifnet()
757 ha->msize = MJUMPAGESIZE; in qls_init_ifnet()
/freebsd-12-stable/sys/dev/mxge/
Dif_mxge.c1168 if (MJUMPAGESIZE - MXGEFW_PAD > MXGEFW_MAX_MTU) in mxge_max_mtu()
1180 return MJUMPAGESIZE - MXGEFW_PAD; in mxge_max_mtu()
3514 if (bufsize < MJUMPAGESIZE) { in mxge_choose_params()
3516 *big_buf_size = MJUMPAGESIZE; in mxge_choose_params()
3517 *cl_size = MJUMPAGESIZE; in mxge_choose_params()
/freebsd-12-stable/sys/dev/xen/netfront/
Dnetfront.c1053 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in xn_alloc_one_rx_buffer()
1056 m->m_len = m->m_pkthdr.len = MJUMPAGESIZE; in xn_alloc_one_rx_buffer()
/freebsd-12-stable/sys/dev/malo/
Dif_malo.c1348 m = m_getjcl(M_NOWAIT, MT_DATA, M_PKTHDR, MJUMPAGESIZE); in malo_getrxmbuf()
1354 mtod(m, caddr_t), MJUMPAGESIZE, in malo_getrxmbuf()
/freebsd-12-stable/sys/netinet/libalias/
Dalias.c1785 if (len <= MJUMPAGESIZE) in m_megapullup()
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1411 priv->cm.max_cm_mtu = max_srq_sge * MJUMPAGESIZE; in ipoib_cm_dev_init()
/freebsd-12-stable/sys/dev/cxgb/
Dcxgb_sge.c575 jumbo_buf_size = MJUMPAGESIZE; in t3_sge_prep()
2546 } else if (p->jumbo_buf_size == MJUMPAGESIZE) { in t3_sge_alloc_qset()
/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hn.c3393 n = m_getjcl(M_NOWAIT, m->m_type, 0, MJUMPAGESIZE); in hv_m_append()
3396 n->m_len = min(MJUMPAGESIZE, remainder); in hv_m_append()
3480 size = MJUMPAGESIZE; in hn_rxpkt()
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_main.c2271 else if (r > MJUMPAGESIZE) in mlx5e_get_wqe_sz()
2274 r = MJUMPAGESIZE; in mlx5e_get_wqe_sz()

12