Searched refs:link_poll (Results 1 – 3 of 3) sorted by relevance
92 void (*link_poll)(struct net_device *));
457 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()
63 struct timer_list link_poll; member557 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()