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);
315 void (*command)(struct net_device *dev, int cmd);
316 int (*status)(struct net_device *dev);
317 void (*intmask)(struct net_device *dev, int mask);
318 int (*reset)(struct net_device *dev, int really_reset);
319 void (*open)(struct net_device *dev);
320 void (*close)(struct net_device *dev);
321 void (*datatrigger) (struct net_device * dev, int enable);
322 void (*recontrigger) (struct net_device * dev, int enable);
324 void (*copy_to_card)(struct net_device *dev, int bufnum,
326 void (*copy_from_card)(struct net_device *dev, int bufnum,
340 void arcnet_led_event(struct net_device *netdev, enum arcnet_led_event event);
341 void devm_arcnet_led_init(struct net_device *netdev, int index, int subid);
344 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc);
347 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc) in arcnet_dump_skb()
354 struct net_device *alloc_arcdev(const char *name);
356 int arcnet_open(struct net_device *dev);
357 int arcnet_close(struct net_device *dev);
359 struct net_device *dev);
360 void arcnet_timeout(struct net_device *dev);