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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c2051 struct tg3 *tp_peer = tp; local
2067 tp_peer = tp;
2069 tp_peer = netdev_priv(dev_peer);
2074 (tp_peer->tg3_flags & TG3_FLAG_WOL_ENABLE) != 0 ||
2075 (tp_peer->tg3_flags & TG3_FLAG_ENABLE_ASF) != 0) {
2105 if (tp_peer != tp &&
2106 (tp_peer->tg3_flags & TG3_FLAG_INIT_COMPLETE) != 0)
2146 if (tp_peer != tp &&
2147 (tp_peer->tg3_flags & TG3_FLAG_INIT_COMPLETE) != 0)

Completed in 111 milliseconds