Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/octeon/
Docteon-ethernet.h92 void (*link_poll)(struct net_device *));
Dethernet.c454 void (*link_poll)(struct net_device *)) in cvm_oct_common_open()
486 priv->poll = link_poll; in cvm_oct_common_open()
487 link_poll(dev); in cvm_oct_common_open()
/linux-6.12.1/drivers/net/phy/
Dphylink.c71 struct timer_list link_poll; member
1047 del_timer(&pl->link_poll); in phylink_pcs_poll_stop()
1053 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_pcs_poll_start()
1606 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll()
1749 timer_setup(&pl->link_poll, phylink_fixed_poll, 0); in phylink_create()
2269 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
2297 del_timer_sync(&pl->link_poll); in phylink_stop()