Lines Matching defs:dev
115 ether3_setbuffer(struct net_device *dev, buffer_rw_t read, int start) in ether3_setbuffer()
144 #define ether3_writebuffer(dev,data,length) \ argument
147 #define ether3_writeword(dev,data) \ argument
150 #define ether3_writelong(dev,data) { \ argument
159 #define ether3_readbuffer(dev,data,length) \ argument
162 #define ether3_readword(dev) \ argument
165 #define ether3_readlong(dev) \ argument
174 struct net_device *dev = private->dev; in ether3_ledoff() local
182 static inline void ether3_ledon(struct net_device *dev) in ether3_ledon()
221 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest()
269 static int ether3_init_2(struct net_device *dev) in ether3_init_2()
318 ether3_init_for_open(struct net_device *dev) in ether3_init_for_open()
356 ether3_probe_bus_8(struct net_device *dev, int val) in ether3_probe_bus_8()
377 ether3_probe_bus_16(struct net_device *dev, int val) in ether3_probe_bus_16()
398 ether3_open(struct net_device *dev) in ether3_open()
414 ether3_close(struct net_device *dev) in ether3_close()
438 static void ether3_setmulticastlist(struct net_device *dev) in ether3_setmulticastlist()
453 static void ether3_timeout(struct net_device *dev, unsigned int txqueue) in ether3_timeout()
483 ether3_sendpacket(struct sk_buff *skb, struct net_device *dev) in ether3_sendpacket()
549 struct net_device *dev = (struct net_device *)dev_id; in ether3_interrupt() local
581 static int ether3_rx(struct net_device *dev, unsigned int maxcnt) in ether3_rx()
685 static void ether3_tx(struct net_device *dev) in ether3_tx()
750 struct net_device *dev; in ether3_probe() local
848 struct net_device *dev = ecard_get_drvdata(ec); in ether3_remove() local