Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c1309 unsigned long link_timeout; in xgbe_check_link_timeout() local
1313 link_timeout = pdata->link_check + (XGBE_LINK_TIMEOUT * HZ); in xgbe_check_link_timeout()
1314 if (time_after(jiffies, link_timeout)) { in xgbe_check_link_timeout()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c821 unsigned long link_timeout; member
3806 if (unlikely(np->need_linktimer && time_after(jiffies, np->link_timeout))) { in nv_napi_poll()
3810 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_napi_poll()
3905 if (np->need_linktimer && time_after(jiffies, np->link_timeout)) { in nv_nic_irq_other()
3909 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_nic_irq_other()
5991 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_probe()