Lines Matching refs:net_device
201 void (*rx)(struct net_device *dev, int bufnum,
203 int (*build_header)(struct sk_buff *skb, struct net_device *dev,
207 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt,
209 int (*continue_tx)(struct net_device *dev, int bufnum);
210 int (*ack_tx)(struct net_device *dev, int acked);
272 struct net_device *dev;
319 void (*command)(struct net_device *dev, int cmd);
320 int (*status)(struct net_device *dev);
321 void (*intmask)(struct net_device *dev, int mask);
322 int (*reset)(struct net_device *dev, int really_reset);
323 void (*open)(struct net_device *dev);
324 void (*close)(struct net_device *dev);
325 void (*datatrigger) (struct net_device * dev, int enable);
326 void (*recontrigger) (struct net_device * dev, int enable);
328 void (*copy_to_card)(struct net_device *dev, int bufnum,
330 void (*copy_from_card)(struct net_device *dev, int bufnum,
344 void arcnet_led_event(struct net_device *netdev, enum arcnet_led_event event);
345 void devm_arcnet_led_init(struct net_device *netdev, int index, int subid);
348 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc);
351 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc) in arcnet_dump_skb()
358 struct net_device *alloc_arcdev(const char *name);
360 int arcnet_open(struct net_device *dev);
361 int arcnet_close(struct net_device *dev);
363 struct net_device *dev);
364 void arcnet_timeout(struct net_device *dev);