HomeSort by: relevance | last modified time | path
    Searched refs:MCLSHIFT (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/playstation2/include/
param.h 88 #ifndef MCLSHIFT
89 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
91 #endif /* MCLSHIFT */
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/emips/include/
param.h 62 #ifndef MCLSHIFT
63 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
65 #endif /* MCLSHIFT */
67 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sh3/include/
param.h 83 #ifndef MCLSHIFT
84 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
86 #endif /* MCLSHIFT */
88 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/or1k/include/
param.h 73 #ifndef MCLSHIFT
74 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
76 #endif /* MCLSHIFT */
78 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/alpha/include/
param.h 97 #ifndef MCLSHIFT
98 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
100 #endif /* MCLSHIFT */
102 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/m68k/include/
param.h 86 #ifndef MCLSHIFT
87 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
89 #endif /* MCLSHIFT */
91 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/powerpc/include/
param.h 103 #ifndef MCLSHIFT
104 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/vax/include/
param.h 89 #ifndef MCLSHIFT
90 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
92 #endif /* MCLSHIFT */
94 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/riscv/include/
param.h 88 #ifndef MCLSHIFT
89 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
91 #endif /* MCLSHIFT */
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/ia64/include/
param.h 95 #ifndef MCLSHIFT
96 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
98 #endif /* MCLSHIFT */
100 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/hppa/include/
param.h 78 #define MCLSHIFT 11
79 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
  /src/sys/arch/arm/include/
param.h 169 #ifndef MCLSHIFT
170 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
172 #endif /* MCLSHIFT */
174 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/i386/include/
param.h 129 #ifndef MCLSHIFT
130 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
132 #endif /* MCLSHIFT */
134 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sparc/include/
param.h 101 #ifndef MCLSHIFT
102 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
104 #endif /* MCLSHIFT */
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/aarch64/include/
param.h 128 #ifndef MCLSHIFT
129 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
131 #endif /* MCLSHIFT */
133 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sparc64/include/
param.h 192 #ifndef MCLSHIFT
193 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
195 #endif /* MCLSHIFT */
197 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/amd64/include/
param.h 112 #ifndef MCLSHIFT
113 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */
115 #endif /* MCLSHIFT */
117 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sun2/include/
param.h 79 #define MCLSHIFT 10
  /src/sys/arch/mips/include/
mips_param.h 198 #ifndef MCLSHIFT
199 # define MCLSHIFT 11 /* convert bytes to m_buf clusters */
200 #endif /* MCLSHIFT */
202 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */

Completed in 89 milliseconds