Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/drivers/net/phy/
Dphylink.c71 struct timer_list link_poll; member
1078 del_timer(&pl->link_poll); in phylink_pcs_poll_stop()
1084 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_pcs_poll_start()
1555 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll()
1656 timer_setup(&pl->link_poll, phylink_fixed_poll, 0); in phylink_create()
2116 mod_timer(&pl->link_poll, jiffies + HZ); in phylink_start()
2144 del_timer_sync(&pl->link_poll); in phylink_stop()