Lines Matching defs:dev
87 #define am_writeword(dev,off,val) __raw_writew(val, ISAMEM_BASE + ((off) << 1)) argument
88 #define am_readword(dev,off) __raw_readw(ISAMEM_BASE + ((off) << 1)) argument
91 am_writebuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length) in am_writebuffer()
125 am_readbuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length) in am_readbuffer()
169 am79c961_ramtest(struct net_device *dev, unsigned int val) in am79c961_ramtest()
209 static unsigned int am79c961_get_rx_mode(struct net_device *dev, u16 *hash) in am79c961_get_rx_mode()
231 am79c961_init_for_open(struct net_device *dev) in am79c961_init_for_open()
305 struct net_device *dev = priv->dev; in am79c961_timer() local
329 am79c961_open(struct net_device *dev) in am79c961_open()
354 am79c961_close(struct net_device *dev) in am79c961_close()
377 static void am79c961_setmulticastlist (struct net_device *dev) in am79c961_setmulticastlist()
425 static void am79c961_timeout(struct net_device *dev, unsigned int txqueue) in am79c961_timeout()
441 am79c961_sendpacket(struct sk_buff *skb, struct net_device *dev) in am79c961_sendpacket()
481 am79c961_rx(struct net_device *dev, struct dev_priv *priv) in am79c961_rx()
538 am79c961_tx(struct net_device *dev, struct dev_priv *priv) in am79c961_tx()
587 struct net_device *dev = (struct net_device *)dev_id; in am79c961_interrupt() local
620 static void am79c961_poll_controller(struct net_device *dev) in am79c961_poll_controller()
634 am79c961_hw_init(struct net_device *dev) in am79c961_hw_init()
672 struct net_device *dev; in am79c961_probe() local