diff options
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index e9a416f40162..c87f2cbdbae3 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h | |||
@@ -111,6 +111,9 @@ do { \ | |||
111 | #define E1000_MIN_RXD 80 | 111 | #define E1000_MIN_RXD 80 |
112 | #define E1000_MAX_82544_RXD 4096 | 112 | #define E1000_MAX_82544_RXD 4096 |
113 | 113 | ||
114 | #define E1000_MIN_ITR_USECS 10 /* 100000 irq/sec */ | ||
115 | #define E1000_MAX_ITR_USECS 10000 /* 100 irq/sec */ | ||
116 | |||
114 | /* this is the size past which hardware will drop packets when setting LPE=0 */ | 117 | /* this is the size past which hardware will drop packets when setting LPE=0 */ |
115 | #define MAXIMUM_ETHERNET_VLAN_SIZE 1522 | 118 | #define MAXIMUM_ETHERNET_VLAN_SIZE 1522 |
116 | 119 | ||