Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c609 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) { in tg3_phy_copper_begin()
638 if (!(tp->tg3_flags & TG3_FLAG_10_100_ONLY) && in tg3_phy_copper_begin()
2499 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) in tg3_phy_probe()
2547 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) in tg3_phy_probe()
2785 tp->tg3_flags |= TG3_FLAG_10_100_ONLY; in tg3_get_invariants()
H A Dtg3.h2051 #define TG3_FLAG_10_100_ONLY 0x01000000 macro