diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2006-09-27 15:53:28 -0400 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-09-27 15:53:28 -0400 |
commit | 11241b106937ec470e0220ae5ce98c8ea27fd700 (patch) | |
tree | 040261cc937c59211001bc300a007fb162c69fd6 /drivers/net/e1000/e1000_hw.h | |
parent | 975b366af66280ed5b852a1a0446586ce71e306e (diff) |
e1000: rename flow control symbols
Sogned-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 55fffad4e869..798dc031a7c6 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -92,11 +92,11 @@ typedef enum { | |||
92 | 92 | ||
93 | /* Flow Control Settings */ | 93 | /* Flow Control Settings */ |
94 | typedef enum { | 94 | typedef enum { |
95 | e1000_fc_none = 0, | 95 | E1000_FC_NONE = 0, |
96 | e1000_fc_rx_pause = 1, | 96 | E1000_FC_RX_PAUSE = 1, |
97 | e1000_fc_tx_pause = 2, | 97 | E1000_FC_TX_PAUSE = 2, |
98 | e1000_fc_full = 3, | 98 | E1000_FC_FULL = 3, |
99 | e1000_fc_default = 0xFF | 99 | E1000_FC_DEFAULT = 0xFF |
100 | } e1000_fc_type; | 100 | } e1000_fc_type; |
101 | 101 | ||
102 | struct e1000_shadow_ram { | 102 | struct e1000_shadow_ram { |