aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/e1000_hw.h')
-rw-r--r--drivers/net/igb/e1000_hw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/igb/e1000_hw.h b/drivers/net/igb/e1000_hw.h
index 0469e2e7e63..119869b1124 100644
--- a/drivers/net/igb/e1000_hw.h
+++ b/drivers/net/igb/e1000_hw.h
@@ -137,7 +137,7 @@ enum e1000_rev_polarity {
137 e1000_rev_polarity_undefined = 0xFF 137 e1000_rev_polarity_undefined = 0xFF
138}; 138};
139 139
140enum e1000_fc_type { 140enum e1000_fc_mode {
141 e1000_fc_none = 0, 141 e1000_fc_none = 0,
142 e1000_fc_rx_pause, 142 e1000_fc_rx_pause,
143 e1000_fc_tx_pause, 143 e1000_fc_tx_pause,
@@ -429,8 +429,8 @@ struct e1000_fc_info {
429 u16 pause_time; /* Flow control pause timer */ 429 u16 pause_time; /* Flow control pause timer */
430 bool send_xon; /* Flow control send XON */ 430 bool send_xon; /* Flow control send XON */
431 bool strict_ieee; /* Strict IEEE mode */ 431 bool strict_ieee; /* Strict IEEE mode */
432 enum e1000_fc_type type; /* Type of flow control */ 432 enum e1000_fc_mode current_mode; /* Type of flow control */
433 enum e1000_fc_type original_type; 433 enum e1000_fc_mode requested_mode;
434}; 434};
435 435
436struct e1000_mbx_operations { 436struct e1000_mbx_operations {