Searched refs:MCLBYTES (Results 1 - 25 of 214) sorted by relevance

123456789

/netbsd-current/sys/arch/playstation2/include/
H A Dparam.h81 * MCLBYTES must be no larger than NBPG (the software page size), and,
83 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dparam.h72 * MCLBYTES must be no larger than the software page size, and,
74 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
79 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */ macro
80 #define MCLOFSET (MCLBYTES - 1)
/netbsd-current/sys/arch/emips/include/
H A Dparam.h55 * MCLBYTES must be no larger than NBPG (the software page size), and,
57 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
67 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dparam.h76 * MCLBYTES must be no larger than NBPG (the software page size), and,
78 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
88 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dparam.h68 * MCLBYTES must be no larger than NBPG (the software page size), and
69 * NBPG % MCLBYTES must be zero.
78 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/usr.sbin/rbootd/
H A Drmp.h49 * MCLBYTES is for bpfwrite(); it is adamant about using a cluster.
52 #define RMP_MAX_PACKET MIN(1514,MCLBYTES)
/netbsd-current/sys/arch/i386/include/
H A Dparam.h114 * MCLBYTES must be no larger than NBPG (the software page size), and,
116 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
126 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
129 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
/netbsd-current/sys/arch/arm/include/
H A Dparam.h162 * MCLBYTES must be no larger than NBPG (the software page size), and,
164 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
174 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
177 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
/netbsd-current/sys/arch/vax/include/
H A Dparam.h82 * MCLBYTES must be no larger than NBPG (the software page size), and,
84 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
94 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dparam.h79 * MCLBYTES must be no larger than NBPG (the software page size), and,
81 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
91 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dparam.h91 * MCLBYTES must be no larger than NBPG (the software page size), and,
93 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dparam.h90 * MCLBYTES must be no larger than NBPG (the software page size), and,
92 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
102 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dparam.h83 * MCLBYTES must be no larger than NBPG (the software page size), and
84 * NBPG % MCLBYTES must be zero.
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dparam.h88 * MCLBYTES must be no larger than NBPG (the software page size), and,
90 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
100 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dmal.c247 #if MCLBYTES > (4096 - 16) /* XXX! */
248 # error MCLBYTES > max rx channel buffer size
255 mtdcr(DCR_MAL0_RCBS0, MCLBYTES / 16);
261 mtdcr(DCR_MAL0_RCBS1, MCLBYTES / 16);
267 mtdcr(DCR_MAL0_RCBS2, MCLBYTES / 16);
273 mtdcr(DCR_MAL0_RCBS3, MCLBYTES / 16);
/netbsd-current/sys/arch/sparc/include/
H A Dparam.h92 * MCLBYTES must be no larger than NBPG (the software page size), and,
94 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
104 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/dev/usb/
H A Dif_runvar.h26 MCLBYTES + \
33 MCLBYTES + 11)
/netbsd-current/sys/arch/next68k/dev/
H A Dif_xe.c183 error = bus_dmamap_create(xsc->sc_txdma->sc_dmat, MCLBYTES,
184 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
192 error = bus_dmamap_create(xsc->sc_rxdma->sc_dmat, MCLBYTES,
193 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
651 m->m_len = MCLBYTES;
687 DPRINTF(("DEBUG: MCLBYTES = %d, map->_dm_size = %ld\n",
688 MCLBYTES, map->_dm_size));
/netbsd-current/sys/arch/amd64/include/
H A Dparam.h86 * MCLBYTES must be no larger than NBPG (the software page size), and,
88 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
98 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/sparc64/include/
H A Dparam.h185 * MCLBYTES must be no larger than NBPG (the software page size), and,
187 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
197 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/aarch64/include/
H A Dparam.h119 * MCLBYTES must be no larger than NBPG (the software page size), and
120 * NBPG % MCLBYTES must be zero.
133 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/conf/
H A Dparam.c153 const int mclbytes = MCLBYTES;
/netbsd-current/sys/dev/pci/
H A Dif_vtevar.h57 #define VTE_RX_BUF_SIZE_MAX (MCLBYTES - sizeof(uint32_t))
/netbsd-current/sys/arch/mips/include/
H A Dmips_param.h174 * MCLBYTES must be no larger than NBPG (the software page size), and,
176 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
190 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */ macro
/netbsd-current/sys/arch/arm/at91/
H A Dat91emac.c275 MCLBYTES, BUS_DMASYNC_POSTREAD);
289 m->m_ext.ext_buf, MCLBYTES,
293 MCLBYTES, BUS_DMASYNC_PREREAD);
416 err = bus_dmamap_create(sc->sc_dmat, MCLBYTES, 1, MCLBYTES,
429 m->m_ext.ext_buf, MCLBYTES, NULL,
439 MCLBYTES, BUS_DMASYNC_PREREAD);
444 err = bus_dmamap_create(sc->sc_dmat, MCLBYTES, 1, MCLBYTES, 0,

Completed in 394 milliseconds

123456789