Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphylink.c68 struct timer_list link_poll; member
976 timer_delete(&pl->link_poll); in phylink_pcs_poll_stop()
982 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_pcs_poll_start()
1759 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll()
1905 timer_setup(&pl->link_poll, phylink_fixed_poll, 0); in phylink_create()
2477 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
2505 timer_delete_sync(&pl->link_poll); in phylink_stop()