devices/e1000/e1000_hw-2.6.18-ethercat.c
changeset 672 271d6033314f
parent 667 9feff35c9617
equal deleted inserted replaced
671:2223549df36c 672:271d6033314f
    29 
    29 
    30 /* e1000_hw.c
    30 /* e1000_hw.c
    31  * Shared functions for accessing and configuring the MAC
    31  * Shared functions for accessing and configuring the MAC
    32  */
    32  */
    33 
    33 
    34 #include "e1000_hw.h"
    34 #include "e1000_hw-2.6.18-ethercat.h"
    35 
    35 
    36 static int32_t e1000_set_phy_type(struct e1000_hw *hw);
    36 static int32_t e1000_set_phy_type(struct e1000_hw *hw);
    37 static void e1000_phy_init_script(struct e1000_hw *hw);
    37 static void e1000_phy_init_script(struct e1000_hw *hw);
    38 static int32_t e1000_setup_copper_link(struct e1000_hw *hw);
    38 static int32_t e1000_setup_copper_link(struct e1000_hw *hw);
    39 static int32_t e1000_setup_fiber_serdes_link(struct e1000_hw *hw);
    39 static int32_t e1000_setup_fiber_serdes_link(struct e1000_hw *hw);