Home
last modified time | relevance | path

Searched refs:e1000_setup_link (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A De1000.c127 static int e1000_setup_link(struct e1000_hw *hw);
1977 ret_val = e1000_setup_link(hw); in e1000_init_hw()
2063 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link() function
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c608 ret_val = e1000_setup_link(hw); in e1000_init_hw()
686 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link() function
H A De1000_hw.h273 s32 e1000_setup_link(struct e1000_hw *hw);
H A De1000_ethtool.c298 e1000_setup_link(hw) : e1000_force_mac_fc(hw)); in e1000_set_pauseparam()