Lines Matching refs:net_device

97 int hp_plus_probe(struct net_device *dev);
98 static int hpp_probe1(struct net_device *dev, int ioaddr);
100 static void hpp_reset_8390(struct net_device *dev);
101 static int hpp_open(struct net_device *dev);
102 static int hpp_close(struct net_device *dev);
103 static void hpp_mem_block_input(struct net_device *dev, int count,
105 static void hpp_mem_block_output(struct net_device *dev, int count,
107 static void hpp_mem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
109 static void hpp_io_block_input(struct net_device *dev, int count,
111 static void hpp_io_block_output(struct net_device *dev, int count,
113 static void hpp_io_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
120 int __init hp_plus_probe(struct net_device *dev) in hp_plus_probe()
140 static int __init hpp_probe1(struct net_device *dev, int ioaddr) in hpp_probe1()
250 hpp_open(struct net_device *dev) in hpp_open()
279 hpp_close(struct net_device *dev) in hpp_close()
293 hpp_reset_8390(struct net_device *dev) in hpp_reset_8390()
320 hpp_io_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in hpp_io_get_8390_hdr()
331 hpp_io_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in hpp_io_block_input()
345 hpp_mem_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in hpp_mem_get_8390_hdr()
358 hpp_mem_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in hpp_mem_block_input()
378 hpp_io_block_output(struct net_device *dev, int count, in hpp_io_block_output()
388 hpp_mem_block_output(struct net_device *dev, int count, in hpp_mem_block_output()
405 static struct net_device dev_hpp[MAX_HPP_CARDS];
424 struct net_device *dev = &dev_hpp[this_dev]; in init_module()
450 struct net_device *dev = &dev_hpp[this_dev]; in cleanup_module()