Linux Kernel
3.7.1
|
#include <upt1_defs.h>
Data Fields | |
u16 | hashType |
u16 | hashFunc |
u16 | hashKeySize |
u16 | indTableSize |
u8 | hashKey [UPT1_RSS_MAX_KEY_SIZE] |
u8 | indTable [UPT1_RSS_MAX_IND_TABLE_SIZE] |
Definition at line 80 of file upt1_defs.h.
u16 hashFunc |
Definition at line 82 of file upt1_defs.h.
u8 hashKey[UPT1_RSS_MAX_KEY_SIZE] |
Definition at line 85 of file upt1_defs.h.
u16 hashKeySize |
Definition at line 83 of file upt1_defs.h.
u16 hashType |
Definition at line 81 of file upt1_defs.h.
u8 indTable[UPT1_RSS_MAX_IND_TABLE_SIZE] |
Definition at line 86 of file upt1_defs.h.
u16 indTableSize |
Definition at line 84 of file upt1_defs.h.