Lines Matching refs:current_duplex
4790 u8 current_duplex; in tg3_setup_copper_phy() local
4879 current_duplex = DUPLEX_UNKNOWN; in tg3_setup_copper_phy()
4917 ¤t_duplex); in tg3_setup_copper_phy()
4933 tp->link_config.active_duplex = current_duplex; in tg3_setup_copper_phy()
4957 tp->link_config.duplex == current_duplex) { in tg3_setup_copper_phy()
4989 current_duplex = DUPLEX_FULL; in tg3_setup_copper_phy()
4991 tp->link_config.active_duplex = current_duplex; in tg3_setup_copper_phy()
5826 u8 current_duplex = DUPLEX_UNKNOWN; in tg3_setup_fiber_mii_phy() local
5856 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5858 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5965 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5967 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5981 current_duplex = DUPLEX_FULL; in tg3_setup_fiber_mii_phy()
5983 current_duplex = DUPLEX_HALF; in tg3_setup_fiber_mii_phy()
5996 if (current_link_up && current_duplex == DUPLEX_FULL) in tg3_setup_fiber_mii_phy()
6009 tp->link_config.active_duplex = current_duplex; in tg3_setup_fiber_mii_phy()