Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c529 (tp->link_config.active_duplex == DUPLEX_FULL ? in tg3_link_report()
770 &tp->link_config.active_duplex); in tg3_setup_copper_phy()
792 (tp->link_config.active_duplex == DUPLEX_FULL)) { in tg3_setup_copper_phy()
833 if (tp->link_config.active_duplex == DUPLEX_HALF) in tg3_setup_copper_phy()
1208 orig_active_duplex = tp->link_config.active_duplex; in tg3_setup_fiber_phy()
1349 tp->link_config.active_duplex = DUPLEX_FULL; in tg3_setup_fiber_phy()
1352 tp->link_config.active_duplex = DUPLEX_INVALID; in tg3_setup_fiber_phy()
1364 orig_active_duplex != tp->link_config.active_duplex) in tg3_setup_fiber_phy()
1392 tp->link_config.active_duplex == DUPLEX_HALF) in tg3_setup_phy()
2922 tp->link_config.active_duplex = DUPLEX_INVALID; in tg3_init_link_config()
H A Dtg3.h1962 uint8_t active_duplex; member