Home
last modified time | relevance | path

Searched refs:e1000_get_speed_and_duplex (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c2228 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up()
2499 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link()
2551 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() function
5174 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_dsp_after_link_change()
H A De1000_hw.h277 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 * speed, u16 * duplex);
H A De1000_ethtool.c124 e1000_get_speed_and_duplex(hw, &adapter->link_speed, in e1000_get_link_ksettings()
H A De1000_main.c2443 e1000_get_speed_and_duplex(hw, in e1000_watchdog()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c136 static int e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t * speed,
3614 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up()
3901 e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, in e1000_get_speed_and_duplex() function