Lines Matching refs:net_device
86 struct net_device *ndev;
197 void __orinoco_ev_info(struct net_device *dev, struct hermes *hw);
198 void __orinoco_ev_rx(struct net_device *dev, struct hermes *hw);
201 struct net_device *dev,
207 int orinoco_open(struct net_device *dev);
208 int orinoco_stop(struct net_device *dev);
209 struct net_device_stats *orinoco_get_stats(struct net_device *dev);
210 void orinoco_set_multicast_list(struct net_device *dev);
211 int orinoco_change_mtu(struct net_device *dev, int new_mtu);
212 void orinoco_tx_timeout(struct net_device *dev);
248 static inline struct orinoco_private *ndev_priv(struct net_device *dev) in ndev_priv()