Lines Matching defs:dev
86 static int __init do_wd_probe(struct net_device *dev) in do_wd_probe()
130 struct net_device *dev = alloc_ei_netdev(); in wd_probe() local
163 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()
525 struct net_device *dev; in wd_init_module() local
554 static void cleanup_card(struct net_device *dev) in cleanup_card()
566 struct net_device *dev = dev_wd[this_dev]; in wd_cleanup_module() local