Lines Matching refs:net_device
24 struct net_device *dev;
50 extern void netpoll_poll_disable(struct net_device *dev);
51 extern void netpoll_poll_enable(struct net_device *dev);
53 static inline void netpoll_poll_disable(struct net_device *dev) { return; } in netpoll_poll_disable()
54 static inline void netpoll_poll_enable(struct net_device *dev) { return; } in netpoll_poll_enable()
60 int __netpoll_setup(struct netpoll *np, struct net_device *ndev);
66 struct net_device *dev);
78 struct net_device *dev = napi->dev; in netpoll_poll_lock()
98 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running()
111 static inline void netpoll_netdev_init(struct net_device *dev) in netpoll_netdev_init()
114 static inline bool netpoll_tx_running(struct net_device *dev) in netpoll_tx_running()