Lines Matching refs:current_duplex
4779 u8 current_duplex; in tg3_setup_copper_phy() local
4868 current_duplex = DUPLEX_UNKNOWN; in tg3_setup_copper_phy()
4906 ¤t_duplex); in tg3_setup_copper_phy()
4922 tp->link_config.active_duplex = current_duplex; in tg3_setup_copper_phy()
4946 tp->link_config.duplex == current_duplex) { in tg3_setup_copper_phy()
4978 current_duplex = DUPLEX_FULL; in tg3_setup_copper_phy()
4980 tp->link_config.active_duplex = current_duplex; in tg3_setup_copper_phy()
5813 u8 current_duplex = DUPLEX_UNKNOWN; in tg3_setup_fiber_mii_phy() local
5843 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5845 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5952 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5954 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5968 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5970 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5983 if (current_link_up && current_duplex == DUPLEX_FULL) in tg3_setup_fiber_mii_phy()
5996 tp->link_config.active_duplex = current_duplex; in tg3_setup_fiber_mii_phy()