Searched refs:e1000_hw (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c85 #include "e1000_hw.h"
88 static struct e1000_hw hw;
100 static int e1000_setup_link(struct e1000_hw *hw);
101 static int e1000_setup_fiber_serdes_link(struct e1000_hw *hw);
102 static int e1000_setup_copper_link(struct e1000_hw *hw);
103 static int e1000_phy_setup_autoneg(struct e1000_hw *hw);
104 static void e1000_config_collision_dist(struct e1000_hw *hw);
105 static int e1000_config_mac_to_phy(struct e1000_hw *hw);
106 static int e1000_config_fc_after_link_up(struct e1000_hw *hw);
107 static int e1000_check_for_link(struct e1000_hw *h
[all...]
H A De1000_hw.h29 /* e1000_hw.h
37 struct e1000_hw;
889 /* Structure containing variables used by the shared code (e1000_hw.c) */
890 struct e1000_hw { struct
1596 * adapter = a pointer to struct e1000_hw

Completed in 28 milliseconds