Lines Matching refs:net_device
191 void (*rx) (struct net_device * dev, int bufnum,
193 int (*build_header) (struct sk_buff * skb, struct net_device *dev,
197 int (*prepare_tx) (struct net_device * dev, struct archdr * pkt, int length,
199 int (*continue_tx) (struct net_device * dev, int bufnum);
294 void (*command) (struct net_device * dev, int cmd);
295 int (*status) (struct net_device * dev);
296 void (*intmask) (struct net_device * dev, int mask);
297 bool (*reset) (struct net_device * dev, bool really_reset);
298 void (*open_close) (struct net_device * dev, bool open);
299 void (*open_close_ll) (struct net_device * dev, bool open);
301 void (*copy_to_card) (struct net_device * dev, int bufnum, int offset,
303 void (*copy_from_card) (struct net_device * dev, int bufnum, int offset,
320 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc);
326 void arcnet_dump_packet(struct net_device *dev, int bufnum, char *desc);
333 void arcdev_setup(struct net_device *dev);
334 void arcnet_rx(struct net_device *dev, int bufnum);
342 int com90xx_probe(struct net_device *dev);