Lines Matching refs:net_device
51 static int wd_probe1(struct net_device *dev, int ioaddr);
53 static int wd_open(struct net_device *dev);
54 static void wd_reset_8390(struct net_device *dev);
55 static void wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
57 static void wd_block_input(struct net_device *dev, int count,
59 static void wd_block_output(struct net_device *dev, int count,
61 static int wd_close(struct net_device *dev);
87 static int __init do_wd_probe(struct net_device *dev) in do_wd_probe()
129 struct net_device * __init wd_probe(int unit) in wd_probe()
131 struct net_device *dev = alloc_ei_netdev(); in wd_probe()
165 static int __init wd_probe1(struct net_device *dev, int ioaddr) in wd_probe1()
372 wd_open(struct net_device *dev) in wd_open()
389 wd_reset_8390(struct net_device *dev) in wd_reset_8390()
412 wd_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in wd_get_8390_hdr()
439 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in wd_block_input()
462 wd_block_output(struct net_device *dev, int count, const unsigned char *buf, in wd_block_output()
480 wd_close(struct net_device *dev) in wd_close()
501 static struct net_device *dev_wd[MAX_WD_CARDS];
525 struct net_device *dev; in init_module()
553 static void cleanup_card(struct net_device *dev) in cleanup_card()
566 struct net_device *dev = dev_wd[this_dev]; in cleanup_module()