Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c2924 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up()
3082 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link()
3192 e1000_get_speed_and_duplex(struct e1000_hw *hw, in e1000_get_speed_and_duplex() function
7147 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_dsp_after_link_change()
De1000_hw.h324 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);