Searched refs:MCLSHIFT (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dparam.h85 #ifndef MCLSHIFT
86 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
88 #endif /* MCLSHIFT */
90 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/emips/include/
H A Dparam.h67 #ifndef MCLSHIFT
68 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
70 #endif /* MCLSHIFT */
72 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dparam.h102 #ifndef MCLSHIFT
103 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
105 #endif /* MCLSHIFT */
107 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dparam.h92 #ifndef MCLSHIFT
93 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
95 #endif /* MCLSHIFT */
97 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h100 #ifndef MCLSHIFT
101 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
103 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dparam.h96 #ifndef MCLSHIFT
97 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
99 #endif /* MCLSHIFT */
101 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dparam.h89 #ifndef MCLSHIFT
90 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
92 #endif /* MCLSHIFT */
94 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dparam.h89 #ifndef MCLSHIFT
90 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
92 #endif /* MCLSHIFT */
94 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dparam.h85 #ifndef MCLSHIFT
86 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
88 #endif /* MCLSHIFT */
90 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dparam.h78 #define MCLSHIFT 11 macro
79 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dparam.h106 #ifndef MCLSHIFT
107 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
109 #endif /* MCLSHIFT */
111 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dparam.h116 #ifndef MCLSHIFT
117 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
119 #endif /* MCLSHIFT */
121 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dparam.h186 #ifndef MCLSHIFT
187 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
189 #endif /* MCLSHIFT */
191 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmips_param.h130 #ifndef MCLSHIFT
131 # define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
132 #endif /* MCLSHIFT */
134 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dparam.h74 #ifndef MCLSHIFT
75 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
77 #endif /* MCLSHIFT */
79 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dparam.h75 #define MCLSHIFT 10 macro

Completed in 307 milliseconds