Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | init_table |
struct | _cmac_instance |
Macros | |
#define | STATS_TICK_SECS 15 |
#define | MAJOR_UPDATE_TICKS (1800 / STATS_TICK_SECS) |
#define | MAX_MTU 9600 |
#define | WM_DISABLE 0x01a01fff |
#define | WM_ENABLE 0x014a03F0 |
#define | INITBLOCK_SLEEP 0xffffffff |
#define | HW_STAT(reg, stat_name) { reg, (&((struct cmac_statistics *)NULL)->stat_name) - (u64 *)NULL } |
Variables | |
struct gmac | t1_vsc7326_ops |
#define HW_STAT | ( | reg, | |
stat_name | |||
) | { reg, (&((struct cmac_statistics *)NULL)->stat_name) - (u64 *)NULL } |
#define MAJOR_UPDATE_TICKS (1800 / STATS_TICK_SECS) |