diff options
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r-- | drivers/net/sky2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 8df4643493d1..dce4d276d443 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
@@ -1998,6 +1998,7 @@ struct sky2_port { | |||
1998 | struct sky2_tx_le *tx_le; | 1998 | struct sky2_tx_le *tx_le; |
1999 | u16 tx_cons; /* next le to check */ | 1999 | u16 tx_cons; /* next le to check */ |
2000 | u16 tx_prod; /* next le to use */ | 2000 | u16 tx_prod; /* next le to use */ |
2001 | u16 tx_next; /* debug only */ | ||
2001 | u32 tx_addr64; | 2002 | u32 tx_addr64; |
2002 | u16 tx_pending; | 2003 | u16 tx_pending; |
2003 | u16 tx_last_mss; | 2004 | u16 tx_last_mss; |
@@ -2028,6 +2029,9 @@ struct sky2_port { | |||
2028 | enum flow_control flow_mode; | 2029 | enum flow_control flow_mode; |
2029 | enum flow_control flow_status; | 2030 | enum flow_control flow_status; |
2030 | 2031 | ||
2032 | #ifdef CONFIG_SKY2_DEBUG | ||
2033 | struct dentry *debugfs; | ||
2034 | #endif | ||
2031 | struct net_device_stats net_stats; | 2035 | struct net_device_stats net_stats; |
2032 | 2036 | ||
2033 | }; | 2037 | }; |