Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c261 if (tp->tg3_flags2 & TG3_FLG2_NO_ETH_WIRE_SPEED) in tg3_phy_set_wirespeed()
1517 if (!(tp->tg3_flags2 & TG3_FLG2_SUN_5704)) { in tg3_chip_reset()
1617 !(tp->tg3_flags2 & TG3_FLG2_SUN_5704)) { in tg3_restart_fw()
2003 !(tp->tg3_flags2 & TG3_FLG2_IS_5788)) { in tg3_setup_hw()
2041 !(tp->tg3_flags2 & TG3_FLG2_IS_5788)) { in tg3_setup_hw()
2723 tp->tg3_flags2 |= TG3_FLG2_NO_ETH_WIRE_SPEED; in tg3_get_invariants()
2776 tp->tg3_flags2 |= TG3_FLG2_IS_5788; in tg3_get_invariants()
H A Dtg3.h2060 uint32_t tg3_flags2; member