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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dparam.h117 #ifndef MCLSHIFT
118 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
120 #endif /* MCLSHIFT */
122 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dparam.h129 #ifndef MCLSHIFT
130 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
132 #endif /* MCLSHIFT */
134 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dparam.h108 #ifndef MCLSHIFT
109 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
111 #endif /* MCLSHIFT */
113 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dparam.h71 #ifndef MCLSHIFT
72 #define MCLSHIFT 11 /* convert bytes to m_buf clusters */ macro
74 #endif /* MCLSHIFT */
76 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h79 # ifndef MCLSHIFT
80 # define MCLSHIFT 11 /* convert bytes to mbuf clusters */ macro
81 # endif /* MCLSHIFT */
84 # define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */

Completed in 61 milliseconds