Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/octeon/
Docteon-ethernet.h92 void (*link_poll)(struct net_device *));
Dethernet.c457 void (*link_poll)(struct net_device *)) in cvm_oct_common_open()
489 priv->poll = link_poll; in cvm_oct_common_open()
490 link_poll(dev); in cvm_oct_common_open()
/Linux-v5.4/drivers/net/phy/
Dphylink.c63 struct timer_list link_poll; member
557 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll()
647 timer_setup(&pl->link_poll, phylink_fixed_poll, 0); in phylink_create()
1011 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
1014 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
1039 del_timer_sync(&pl->link_poll); in phylink_stop()