HomeSort by: relevance | last modified time | path
    Searched refs:MCLBYTES (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/playstation2/include/
param.h 81 * 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 */
  /src/sys/arch/hppa/include/
param.h 72 * 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 */
80 #define MCLOFSET (MCLBYTES - 1)
  /src/sys/arch/emips/include/
param.h 55 * 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 */
  /src/sys/arch/sh3/include/
param.h 76 * 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 */
  /src/sys/arch/or1k/include/
param.h 68 * 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 */
  /src/usr.sbin/rbootd/
rmp.h 49 * MCLBYTES is for bpfwrite(); it is adamant about using a cluster.
52 #define RMP_MAX_PACKET MIN(1514,MCLBYTES)
  /src/sys/arch/arm/include/
param.h 162 * 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 */
177 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /src/sys/arch/i386/include/
param.h 122 * MCLBYTES must be no larger than NBPG (the software page size), and,
124 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
134 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
137 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /src/sys/arch/alpha/include/
param.h 90 * 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 */
  /src/sys/arch/m68k/include/
param.h 79 * 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 */
  /src/sys/arch/powerpc/include/
param.h 91 * 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 */
  /src/sys/arch/vax/include/
param.h 82 * 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 */
  /src/sys/arch/riscv/include/
param.h 83 * 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 */
  /src/sys/arch/ia64/include/
param.h 88 * 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 */
  /src/sys/arch/powerpc/ibm4xx/dev/
mal.c 247 #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);
  /src/sys/arch/sparc/include/
param.h 94 * MCLBYTES must be no larger than NBPG (the software page size), and,
96 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/dev/usb/
if_runvar.h 26 MCLBYTES + \
33 MCLBYTES + 11)
  /src/sys/arch/next68k/dev/
if_xe.c 183 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,
649 m->m_len = MCLBYTES;
685 DPRINTF(("DEBUG: MCLBYTES = %d, map->_dm_size = %ld\n",
686 MCLBYTES, map->_dm_size));
  /src/sys/arch/aarch64/include/
param.h 119 * 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 */
  /src/sys/conf/
param.c 153 const int mclbytes = MCLBYTES; variable in typeref:typename:const int
  /src/sys/arch/sparc64/include/
param.h 185 * 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 */
  /src/sys/arch/amd64/include/
param.h 105 * MCLBYTES must be no larger than NBPG (the software page size), and,
107 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
117 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/dev/pci/
if_vtevar.h 57 #define VTE_RX_BUF_SIZE_MAX (MCLBYTES - sizeof(uint32_t))
  /src/sys/arch/mips/include/
mips_param.h 186 * MCLBYTES must be no larger than NBPG (the software page size), and,
188 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
202 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/arm/at91/
at91emac.c 267 MCLBYTES, BUS_DMASYNC_POSTREAD);
281 m->m_ext.ext_buf, MCLBYTES,
285 MCLBYTES, BUS_DMASYNC_PREREAD);
406 err = bus_dmamap_create(sc->sc_dmat, MCLBYTES, 1, MCLBYTES,
419 m->m_ext.ext_buf, MCLBYTES, NULL,
429 MCLBYTES, BUS_DMASYNC_PREREAD);
434 err = bus_dmamap_create(sc->sc_dmat, MCLBYTES, 1, MCLBYTES, 0,

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 9