Searched refs:e1000_get_speed_and_duplex (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 2229 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up() 2500 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link() 2552 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() function 5175 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_dsp_after_link_change()
|
D | e1000_hw.h | 277 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 * speed, u16 * duplex);
|
D | e1000_ethtool.c | 124 e1000_get_speed_and_duplex(hw, &adapter->link_speed, in e1000_get_link_ksettings()
|
D | e1000_main.c | 2444 e1000_get_speed_and_duplex(hw, in e1000_watchdog()
|