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
203 static int __init ultra_probe1(struct net_device *dev, int ioaddr) in ultra_probe1()
337 static int __init ultra_probe_isapnp(struct net_device *dev) in ultra_probe_isapnp()
386 ultra_open(struct net_device *dev) in ultra_open()
418 ultra_reset_8390(struct net_device *dev) in ultra_reset_8390()
442 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr()
462 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ultra_block_input()
483 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, in ultra_block_output()
504 static void ultra_pio_get_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, in ultra_pio_get_hdr()
513 static void ultra_pio_input(struct net_device *dev, int count, in ultra_pio_input()
526 static void ultra_pio_output(struct net_device *dev, int count, in ultra_pio_output()
537 ultra_close_card(struct net_device *dev) in ultra_close_card()
578 struct net_device *dev; in init_module() local
604 static void cleanup_card(struct net_device *dev) in cleanup_card()
622 struct net_device *dev = dev_ultra[this_dev]; in cleanup_module() local