Searched refs:link_timeout (Results 1 – 2 of 2) sorted by relevance
1277 unsigned long link_timeout; in xgbe_check_link_timeout() local1279 link_timeout = pdata->link_check + (XGBE_LINK_TIMEOUT * HZ); in xgbe_check_link_timeout()1280 if (time_after(jiffies, link_timeout)) { in xgbe_check_link_timeout()
821 unsigned long link_timeout; member3820 if (unlikely(np->need_linktimer && time_after(jiffies, np->link_timeout))) { in nv_napi_poll()3824 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_napi_poll()3919 if (np->need_linktimer && time_after(jiffies, np->link_timeout)) { in nv_nic_irq_other()3923 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_nic_irq_other()6003 np->link_timeout = jiffies + LINK_TIMEOUT; in nv_probe()