Lines Matching refs:duplex
2081 u16 duplex; in e1000_config_fc_after_link_up() local
2257 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up()
2264 if (duplex == HALF_DUPLEX) in e1000_config_fc_after_link_up()
2530 u16 speed, duplex; in e1000_check_for_link() local
2532 e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link()
2583 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() argument
2603 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex()
2606 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex()
2612 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex()
2625 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex()
2635 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex()
5209 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change() local
5215 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_dsp_after_link_change()