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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy.c403 phydev->link_timeout = PHY_AN_TIMEOUT;
406 phydev->link_timeout = PHY_FORCE_TIMEOUT;
789 phydev->link_timeout = PHY_AN_TIMEOUT;
819 } else if (0 == phydev->link_timeout--) {
868 if (0 == phydev->link_timeout--) {
943 phydev->link_timeout = PHY_AN_TIMEOUT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphy.h248 * link_timeout: The number of timer firings to wait before the
311 int link_timeout; member in struct:phy_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c801 unsigned long link_timeout; member in struct:fe_priv
3586 if (unlikely(np->need_linktimer && time_after(jiffies, np->link_timeout))) {
3590 np->link_timeout = jiffies + LINK_TIMEOUT;
3689 if (np->need_linktimer && time_after(jiffies, np->link_timeout)) {
3693 np->link_timeout = jiffies + LINK_TIMEOUT;
5685 np->link_timeout = jiffies + LINK_TIMEOUT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dlink.c305 * link_timeout - handle expiration of link timer
314 static void link_timeout(struct link *l_ptr) function
444 k_init_timer(&l_ptr->timer, (Handler)link_timeout, (unsigned long)l_ptr);

Completed in 95 milliseconds