Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1584 if (tp->tg3_flags & TG3_FLAG_ENABLE_ASF) { in tg3_stop_fw()
1622 if (!(tp->tg3_flags & TG3_FLAG_ENABLE_ASF)) { in tg3_restart_fw()
2185 if (tp->tg3_flags & TG3_FLAG_ENABLE_ASF) in tg3_setup_hw()
2443 tp->tg3_flags |= TG3_FLAG_ENABLE_ASF; in tg3_phy_probe()
H A Dtg3.h2032 #define TG3_FLAG_ENABLE_ASF 0x00000020 macro