aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.h
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2006-09-27 15:53:51 -0400
committerAuke Kok <juke-jan.h.kok@intel.com>2006-09-27 15:53:51 -0400
commit09ae3e88662478c014617291e5a2115e6b2f65eb (patch)
tree75bda0753b1e751933cd35dc565adb67f619dfed /drivers/net/e1000/e1000_hw.h
parent65c7973fa5b46b024f38be208aa477e8daf9a603 (diff)
e1000: gather hardware bit tweaks.
Several hardware bits were set all over the driver and have been consolidated into a single function. Signed-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
index 113344eb0e92..b9364b5fd76f 100644
--- a/drivers/net/e1000/e1000_hw.h
+++ b/drivers/net/e1000/e1000_hw.h
@@ -1440,6 +1440,7 @@ struct e1000_hw {
1440 boolean_t tbi_compatibility_on; 1440 boolean_t tbi_compatibility_on;
1441 boolean_t laa_is_present; 1441 boolean_t laa_is_present;
1442 boolean_t phy_reset_disable; 1442 boolean_t phy_reset_disable;
1443 boolean_t initialize_hw_bits_disable;
1443 boolean_t fc_send_xon; 1444 boolean_t fc_send_xon;
1444 boolean_t fc_strict_ieee; 1445 boolean_t fc_strict_ieee;
1445 boolean_t report_tx_early; 1446 boolean_t report_tx_early;