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 68 * MCLBYTES must be no larger than the software page size, and,
70 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
75 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
76 #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/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/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/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 118 * MCLBYTES must be no larger than NBPG (the software page size), and,
120 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
130 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
133 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /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/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/alpha/include/
param.h 86 * 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 */
  /src/sys/arch/m68k/include/
param.h 121 * MCLBYTES must be no larger than NBPG (the software page size), and,
123 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
133 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/powerpc/ibm4xx/dev/
mal.c 248 #if MCLBYTES > (4096 - 16) /* XXX! */
249 # error MCLBYTES > max rx channel buffer size
256 mtdcr(DCR_MAL0_RCBS0, MCLBYTES / 16);
262 mtdcr(DCR_MAL0_RCBS1, MCLBYTES / 16);
268 mtdcr(DCR_MAL0_RCBS2, MCLBYTES / 16);
274 mtdcr(DCR_MAL0_RCBS3, MCLBYTES / 16);
  /src/sys/arch/sparc/include/
param.h 93 * MCLBYTES must be no larger than NBPG (the software page size), and,
95 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
105 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /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/dev/usb/
if_runvar.h 26 MCLBYTES + \
33 MCLBYTES + 11)
  /src/sys/conf/
param.c 153 const int mclbytes = MCLBYTES; variable
  /src/sys/arch/aarch64/include/
param.h 116 * MCLBYTES must be no larger than NBPG (the software page size), and
117 * NBPG % MCLBYTES must be zero.
130 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/amd64/include/
param.h 101 * MCLBYTES must be no larger than NBPG (the software page size), and,
103 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
113 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sparc64/include/
param.h 181 * MCLBYTES must be no larger than NBPG (the software page size), and,
183 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
193 #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,
  /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 183 * MCLBYTES must be no larger than NBPG (the software page size), and,
185 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
199 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 9