igb: cleanup flow control configuration to make requested/current more clear
[deliverable/linux.git] / drivers / net / igb / e1000_hw.h
index 0469e2e7e63c61cf372511fdf52cc61b13cb230a..119869b1124dd0c7495e16da522fc8fee2748702 100644 (file)
@@ -137,7 +137,7 @@ enum e1000_rev_polarity {
        e1000_rev_polarity_undefined = 0xFF
 };
 
-enum e1000_fc_type {
+enum e1000_fc_mode {
        e1000_fc_none = 0,
        e1000_fc_rx_pause,
        e1000_fc_tx_pause,
@@ -429,8 +429,8 @@ struct e1000_fc_info {
        u16 pause_time;     /* Flow control pause timer */
        bool send_xon;      /* Flow control send XON */
        bool strict_ieee;   /* Strict IEEE mode */
-       enum e1000_fc_type type; /* Type of flow control */
-       enum e1000_fc_type original_type;
+       enum e1000_fc_mode current_mode; /* Type of flow control */
+       enum e1000_fc_mode requested_mode;
 };
 
 struct e1000_mbx_operations {
This page took 0.032814 seconds and 5 git commands to generate.