Searched refs:TG3_FLAG_PAUSE_AUTONEG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c1367 (tp->tg3_flags & TG3_FLAG_PAUSE_AUTONEG)) {
3028 if (tp->tg3_flags & TG3_FLAG_PAUSE_AUTONEG)
9863 epause->autoneg = (tp->tg3_flags & TG3_FLAG_PAUSE_AUTONEG) != 0;
9910 tp->tg3_flags |= TG3_FLAG_PAUSE_AUTONEG;
9912 tp->tg3_flags &= ~TG3_FLAG_PAUSE_AUTONEG;
9954 tp->tg3_flags |= TG3_FLAG_PAUSE_AUTONEG;
9956 tp->tg3_flags &= ~TG3_FLAG_PAUSE_AUTONEG;
14458 tp->tg3_flags |= TG3_FLAG_PAUSE_AUTONEG;
H A Dtg3.h2797 #define TG3_FLAG_PAUSE_AUTONEG 0x02000000 macro

Completed in 144 milliseconds