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

/linux-4.4.14/drivers/net/phy/
H A Dphy.c500 phydev->link_timeout = PHY_AN_TIMEOUT; phy_start_aneg()
503 phydev->link_timeout = PHY_FORCE_TIMEOUT; phy_start_aneg()
836 phydev->link_timeout = PHY_AN_TIMEOUT; phy_state_machine()
863 } else if (0 == phydev->link_timeout--) phy_state_machine()
882 phydev->link_timeout = PHY_AN_TIMEOUT; phy_state_machine()
900 if (0 == phydev->link_timeout--) phy_state_machine()
970 phydev->link_timeout = PHY_AN_TIMEOUT; phy_state_machine()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c1005 unsigned long link_timeout; xgbe_check_link_timeout() local
1007 link_timeout = pdata->link_check + (XGBE_LINK_TIMEOUT * HZ); xgbe_check_link_timeout()
1008 if (time_after(jiffies, link_timeout)) { xgbe_check_link_timeout()
/linux-4.4.14/include/linux/
H A Dphy.h344 * link_timeout: The number of timer firings to wait before the
413 int link_timeout; member in struct:phy_device
/linux-4.4.14/drivers/net/ethernet/nvidia/
H A Dforcedeth.c821 unsigned long link_timeout; member in struct:fe_priv
3738 if (unlikely(np->need_linktimer && time_after(jiffies, np->link_timeout))) { nv_napi_poll()
3742 np->link_timeout = jiffies + LINK_TIMEOUT; nv_napi_poll()
3837 if (np->need_linktimer && time_after(jiffies, np->link_timeout)) { nv_nic_irq_other()
3841 np->link_timeout = jiffies + LINK_TIMEOUT; nv_nic_irq_other()
5888 np->link_timeout = jiffies + LINK_TIMEOUT; nv_probe()

Completed in 300 milliseconds