Lines Matching defs:dev

118 ether3_setbuffer(struct net_device *dev, buffer_rw_t read, int start)  in ether3_setbuffer()
147 #define ether3_writebuffer(dev,data,length) \ argument
150 #define ether3_writeword(dev,data) \ argument
153 #define ether3_writelong(dev,data) { \ argument
162 #define ether3_readbuffer(dev,data,length) \ argument
165 #define ether3_readword(dev) \ argument
168 #define ether3_readlong(dev) \ argument
176 struct net_device *dev = (struct net_device *)data; in ether3_ledoff() local
183 static inline void ether3_ledon(struct net_device *dev) in ether3_ledon()
224 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest()
272 static int __devinit ether3_init_2(struct net_device *dev) in ether3_init_2()
321 ether3_init_for_open(struct net_device *dev) in ether3_init_for_open()
359 ether3_probe_bus_8(struct net_device *dev, int val) in ether3_probe_bus_8()
380 ether3_probe_bus_16(struct net_device *dev, int val) in ether3_probe_bus_16()
401 ether3_open(struct net_device *dev) in ether3_open()
423 ether3_close(struct net_device *dev) in ether3_close()
447 static void ether3_setmulticastlist(struct net_device *dev) in ether3_setmulticastlist()
462 static void ether3_timeout(struct net_device *dev) in ether3_timeout()
492 ether3_sendpacket(struct sk_buff *skb, struct net_device *dev) in ether3_sendpacket()
558 struct net_device *dev = (struct net_device *)dev_id; in ether3_interrupt() local
590 static int ether3_rx(struct net_device *dev, unsigned int maxcnt) in ether3_rx()
709 static void ether3_tx(struct net_device *dev) in ether3_tx()
775 struct net_device *dev; in ether3_probe() local
870 struct net_device *dev = ecard_get_drvdata(ec); in ether3_remove() local