diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index 3d2e7217e9af..0078136643f3 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -195,6 +195,15 @@ struct ixgb_adapter { | |||
195 | struct ixgb_hw_stats stats; | 195 | struct ixgb_hw_stats stats; |
196 | uint32_t alloc_rx_buff_failed; | 196 | uint32_t alloc_rx_buff_failed; |
197 | boolean_t have_msi; | 197 | boolean_t have_msi; |
198 | unsigned long flags; | ||
199 | }; | ||
200 | |||
201 | enum ixgb_state_t { | ||
202 | /* TBD | ||
203 | __IXGB_TESTING, | ||
204 | __IXGB_RESETTING, | ||
205 | */ | ||
206 | __IXGB_DOWN | ||
198 | }; | 207 | }; |
199 | 208 | ||
200 | /* Exported from other modules */ | 209 | /* Exported from other modules */ |