Searched refs:e1000_get_speed_and_duplex (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_hw.c | 2864 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up() 3022 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link() 3132 e1000_get_speed_and_duplex(struct e1000_hw *hw, in e1000_get_speed_and_duplex() function 7007 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_dsp_after_link_change()
|
D | e1000_ethtool.c | 187 e1000_get_speed_and_duplex(hw, &adapter->link_speed, in e1000_get_settings()
|
D | e1000_hw.h | 312 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);
|
D | e1000_main.c | 2588 e1000_get_speed_and_duplex(&adapter->hw,
|