Lines Matching refs:net_device

79 static int axnet_open(struct net_device *dev);
80 static int axnet_close(struct net_device *dev);
81 static int axnet_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
83 struct net_device *dev);
84 static struct net_device_stats *get_stats(struct net_device *dev);
85 static void set_multicast_list(struct net_device *dev);
86 static void axnet_tx_timeout(struct net_device *dev);
89 static void axnet_reset_8390(struct net_device *dev);
94 static void get_8390_hdr(struct net_device *,
96 static void block_input(struct net_device *dev, int count,
98 static void block_output(struct net_device *dev, int count,
103 static void AX88190_init(struct net_device *dev, int startp);
104 static int ax_open(struct net_device *dev);
105 static int ax_close(struct net_device *dev);
123 static inline struct axnet_dev *PRIV(struct net_device *dev) in PRIV()
145 struct net_device *dev; in axnet_probe()
172 struct net_device *dev = link->priv; in axnet_detach()
191 struct net_device *dev = link->priv; in get_prom()
276 struct net_device *dev = link->priv; in axnet_config()
381 struct net_device *dev = link->priv; in axnet_suspend()
391 struct net_device *dev = link->priv; in axnet_resume()
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()
553 struct net_device *dev = (struct net_device *)(arg); in ei_watchdog()
608 static int axnet_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in axnet_ioctl()
628 static void get_8390_hdr(struct net_device *dev, in get_8390_hdr()
647 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()
813 static void ei_tx_intr(struct net_device *dev);
814 static void ei_tx_err(struct net_device *dev);
815 static void ei_receive(struct net_device *dev);
816 static void ei_rx_overrun(struct net_device *dev);
819 static void NS8390_trigger_send(struct net_device *dev, unsigned int length,
821 static void do_set_multicast_list(struct net_device *dev);
857 static int ax_open(struct net_device *dev) in ax_open()
885 static int ax_close(struct net_device *dev) in ax_close()
908 static void axnet_tx_timeout(struct net_device *dev) in axnet_tx_timeout()
954 struct net_device *dev) in axnet_start_xmit()
1089 struct net_device *dev = dev_id; in ax_interrupt()
1210 static void ei_tx_err(struct net_device *dev) in ei_tx_err()
1250 static void ei_tx_intr(struct net_device *dev) in ei_tx_intr()
1334 static void ei_receive(struct net_device *dev) in ei_receive()
1450 static void ei_rx_overrun(struct net_device *dev) in ei_rx_overrun()
1516 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats()
1541 static inline void make_mc_bits(u8 *bits, struct net_device *dev) in make_mc_bits()
1564 static void do_set_multicast_list(struct net_device *dev) in do_set_multicast_list()
1602 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
1622 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init()
1688 static void NS8390_trigger_send(struct net_device *dev, unsigned int length, in NS8390_trigger_send()