Go to the source code of this file.
Classes | |
struct | _lsthds |
struct | _pool_map |
struct | _npool_data |
Defines | |
#define | IOC_C_INVALID_ADDRESS -8388608 |
#define | IOC_C_MAXLISTPKT 8192 |
#define | IOC_C_NPAGGRNMSK 63 |
#define | IOC_C_NPAGGRNBITS 6 |
#define | IOC_C_NUMLISTS 128 |
#define | LSTHDS_K_LENGTH 2136 |
#define | LSTHDS_C_LENGTH 2136 |
#define | POOL_MAP_K_LENGTH 32 |
#define | NPOOL_M_NOT_NPP 0x1 |
#define | NPOOL_M_POOL_SEPARATE 0x2 |
#define | NPOOL_M_POOL_WITHIN_NPP 0x4 |
#define | NPOOL_M_MINIMUM_MODE 0x8 |
#define | NPOOL_K_LENGTH 180 |
#define | NPOOL_C_LENGTH 180 |
#define IOC_C_INVALID_ADDRESS -8388608 |
Definition at line 4 of file npool_data.h.
#define IOC_C_MAXLISTPKT 8192 |
Definition at line 5 of file npool_data.h.
#define IOC_C_NPAGGRNBITS 6 |
Definition at line 7 of file npool_data.h.
#define IOC_C_NPAGGRNMSK 63 |
Definition at line 6 of file npool_data.h.
#define IOC_C_NUMLISTS 128 |
Definition at line 8 of file npool_data.h.
#define LSTHDS_C_LENGTH 2136 |
Definition at line 11 of file npool_data.h.
#define LSTHDS_K_LENGTH 2136 |
Definition at line 10 of file npool_data.h.
#define NPOOL_C_LENGTH 180 |
Definition at line 20 of file npool_data.h.
#define NPOOL_K_LENGTH 180 |
Definition at line 19 of file npool_data.h.
#define NPOOL_M_MINIMUM_MODE 0x8 |
Definition at line 17 of file npool_data.h.
#define NPOOL_M_NOT_NPP 0x1 |
Definition at line 14 of file npool_data.h.
#define NPOOL_M_POOL_SEPARATE 0x2 |
Definition at line 15 of file npool_data.h.
#define NPOOL_M_POOL_WITHIN_NPP 0x4 |
Definition at line 16 of file npool_data.h.
#define POOL_MAP_K_LENGTH 32 |
Definition at line 13 of file npool_data.h.