Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c628 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) { in tg3_phy_copper_begin()
657 if (!(tp->tg3_flags & TG3_FLAG_10_100_ONLY) && in tg3_phy_copper_begin()
2583 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) in tg3_phy_probe()
2631 if (tp->tg3_flags & TG3_FLAG_10_100_ONLY) in tg3_phy_probe()
2881 tp->tg3_flags |= TG3_FLAG_10_100_ONLY; in tg3_get_invariants()
Dtg3.h1963 #define TG3_FLAG_10_100_ONLY 0x01000000 macro