Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/octeon/
Docteon-ethernet.h92 void (*link_poll)(struct net_device *));
Dethernet.c458 void (*link_poll)(struct net_device *)) in cvm_oct_common_open()
490 priv->poll = link_poll; in cvm_oct_common_open()
491 link_poll(dev); in cvm_oct_common_open()
/Linux-v5.10/drivers/net/phy/
Dphylink.c66 struct timer_list link_poll; member
750 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll()
837 timer_setup(&pl->link_poll, phylink_fixed_poll, 0); in phylink_create()
1238 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
1263 del_timer_sync(&pl->link_poll); in phylink_stop()