| /freebsd-12-stable/sys/dev/rtwn/pci/ |
| D | rtwn_pci_rx.c | 120 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()
|
| D | rtwn_pci_attach.c | 162 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()
|
| D | rtwn_pci_tx.c | 69 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/ |
| D | param.h | 179 #define MJUMPAGESIZE MCLBYTES macro 181 #define MJUMPAGESIZE PAGE_SIZE macro 183 #define MJUMPAGESIZE (8 * 1024) macro
|
| D | mbuf.h | 724 #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/ |
| D | ena_sysctl.h | 47 #define ena_mbuf_sz (ena_enable_9k_mbufs ? MJUM9BYTES : MJUMPAGESIZE)
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_mbuf.c | 140 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/ |
| D | if_rt.c | 95 #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/ |
| D | if_runvar.h | 28 MIN(4096, MJUMPAGESIZE)
|
| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_freebsd.c | 519 #if MJUMPAGESIZE != MCLBYTES in ieee80211_realign() 520 space <= MJUMPAGESIZE ? MJUMPAGESIZE : in ieee80211_realign()
|
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 545 #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()
|
| D | adapter.h | 113 #if MJUMPAGESIZE != MCLBYTES
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_en/ |
| D | mlx4_en_rx.c | 352 } 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/ |
| D | if_wpi.c | 1018 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/ |
| D | if_usie.c | 808 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/ |
| D | sfxge_rx.c | 1125 else if (reserved <= MJUMPAGESIZE) in sfxge_rx_start() 1126 sc->rx_cluster_size = MJUMPAGESIZE; in sfxge_rx_start()
|
| /freebsd-12-stable/sys/dev/qlxge/ |
| D | qls_os.c | 756 } 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/ |
| D | if_mxge.c | 1168 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/ |
| D | netfront.c | 1053 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/ |
| D | if_malo.c | 1348 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/ |
| D | alias.c | 1785 if (len <= MJUMPAGESIZE) in m_megapullup()
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_cm.c | 1411 priv->cm.max_cm_mtu = max_srq_sge * MJUMPAGESIZE; in ipoib_cm_dev_init()
|
| /freebsd-12-stable/sys/dev/cxgb/ |
| D | cxgb_sge.c | 575 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/ |
| D | if_hn.c | 3393 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/ |
| D | mlx5_en_main.c | 2271 else if (r > MJUMPAGESIZE) in mlx5e_get_wqe_sz() 2274 r = MJUMPAGESIZE; in mlx5e_get_wqe_sz()
|