Lines Matching defs:dev

122 static inline struct axnet_dev *PRIV(struct net_device *dev)  in PRIV()
143 struct net_device *dev; in axnet_probe() local
169 struct net_device *dev = link->priv; in axnet_detach() local
188 struct net_device *dev = link->priv; in get_prom() local
276 struct net_device *dev = link->priv; in axnet_config() local
381 struct net_device *dev = link->priv; in axnet_suspend() local
391 struct net_device *dev = link->priv; in axnet_resume() local
467 static int axnet_open(struct net_device *dev) in axnet_open()
495 static int axnet_close(struct net_device *dev) in axnet_close()
519 static void axnet_reset_8390(struct net_device *dev) in axnet_reset_8390()
546 struct net_device *dev = dev_id; in ei_irq_wrapper() local
554 struct net_device *dev = info->p_dev->priv; in ei_watchdog() local
608 static int axnet_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in axnet_ioctl()
629 static void get_8390_hdr(struct net_device *dev, in get_8390_hdr()
648 static void block_input(struct net_device *dev, int count, in block_input()
669 static void block_output(struct net_device *dev, int count, in block_output()
857 static int ax_open(struct net_device *dev) in ax_open()
877 #define dev_lock(dev) (((struct ei_device *)netdev_priv(dev))->page_lock) argument
885 static int ax_close(struct net_device *dev) in ax_close()
909 static void axnet_tx_timeout(struct net_device *dev, unsigned int txqueue) in axnet_tx_timeout()
955 struct net_device *dev) in axnet_start_xmit()
1090 struct net_device *dev = dev_id; in ax_interrupt() local
1211 static void ei_tx_err(struct net_device *dev) in ei_tx_err()
1251 static void ei_tx_intr(struct net_device *dev) in ei_tx_intr()
1338 static void ei_receive(struct net_device *dev) in ei_receive()
1454 static void ei_rx_overrun(struct net_device *dev) in ei_rx_overrun()
1520 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats()
1545 static inline void make_mc_bits(u8 *bits, struct net_device *dev) in make_mc_bits()
1568 static void do_set_multicast_list(struct net_device *dev) in do_set_multicast_list()
1606 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
1626 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init()
1692 static void NS8390_trigger_send(struct net_device *dev, unsigned int length, in NS8390_trigger_send()