Lines Matching refs:net_device

76 static void	ether3_setmulticastlist(struct net_device *dev);
77 static int ether3_rx(struct net_device *dev, unsigned int maxcnt);
78 static void ether3_tx(struct net_device *dev);
79 static int ether3_open (struct net_device *dev);
80 static int ether3_sendpacket (struct sk_buff *skb, struct net_device *dev);
82 static int ether3_close (struct net_device *dev);
83 static void ether3_setmulticastlist (struct net_device *dev);
84 static void ether3_timeout(struct net_device *dev);
117 ether3_setbuffer(struct net_device *dev, buffer_rw_t read, int start) in ether3_setbuffer()
175 struct net_device *dev = (struct net_device *)data; in ether3_ledoff()
182 static inline void ether3_ledon(struct net_device *dev) in ether3_ledon()
223 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest()
271 static int ether3_init_2(struct net_device *dev) in ether3_init_2()
320 ether3_init_for_open(struct net_device *dev) in ether3_init_for_open()
358 ether3_probe_bus_8(struct net_device *dev, int val) in ether3_probe_bus_8()
379 ether3_probe_bus_16(struct net_device *dev, int val) in ether3_probe_bus_16()
400 ether3_open(struct net_device *dev) in ether3_open()
416 ether3_close(struct net_device *dev) in ether3_close()
440 static void ether3_setmulticastlist(struct net_device *dev) in ether3_setmulticastlist()
455 static void ether3_timeout(struct net_device *dev) in ether3_timeout()
485 ether3_sendpacket(struct sk_buff *skb, struct net_device *dev) in ether3_sendpacket()
551 struct net_device *dev = (struct net_device *)dev_id; in ether3_interrupt()
583 static int ether3_rx(struct net_device *dev, unsigned int maxcnt) in ether3_rx()
690 static void ether3_tx(struct net_device *dev) in ether3_tx()
756 struct net_device *dev; in ether3_probe()
851 struct net_device *dev = ecard_get_drvdata(ec); in ether3_remove()