Lines Matching defs:dev
128 static void ultra_poll(struct net_device *dev) in ultra_poll()
140 static int __init do_ultra_probe(struct net_device *dev) in do_ultra_probe()
169 struct net_device *dev = alloc_ei_netdev(); in ultra_probe() local
204 static int __init ultra_probe1(struct net_device *dev, int ioaddr) in ultra_probe1()
335 static int __init ultra_probe_isapnp(struct net_device *dev) in ultra_probe_isapnp()
381 ultra_open(struct net_device *dev) in ultra_open()
413 ultra_reset_8390(struct net_device *dev) in ultra_reset_8390()
436 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr()
456 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ultra_block_input()
477 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, in ultra_block_output()
498 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr()
507 static void ultra_pio_input(struct net_device *dev, int count, in ultra_pio_input()
520 static void ultra_pio_output(struct net_device *dev, int count, in ultra_pio_output()
531 ultra_close_card(struct net_device *dev) in ultra_close_card()
570 struct net_device *dev; in init_module() local
596 static void cleanup_card(struct net_device *dev) in cleanup_card()
614 struct net_device *dev = dev_ultra[this_dev]; in cleanup_module() local