Lines Matching refs:net_device
25 void ei_poll(struct net_device *dev);
26 void eip_poll(struct net_device *dev);
31 void NS8390_init(struct net_device *dev, int startp);
32 int ei_open(struct net_device *dev);
33 int ei_close(struct net_device *dev);
35 void ei_tx_timeout(struct net_device *dev);
36 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev);
37 void ei_set_multicast_list(struct net_device *dev);
38 struct net_device_stats *ei_get_stats(struct net_device *dev);
42 struct net_device *__alloc_ei_netdev(int size);
43 static inline struct net_device *alloc_ei_netdev(void) in alloc_ei_netdev()
49 void NS8390p_init(struct net_device *dev, int startp);
50 int eip_open(struct net_device *dev);
51 int eip_close(struct net_device *dev);
53 void eip_tx_timeout(struct net_device *dev);
54 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev);
55 void eip_set_multicast_list(struct net_device *dev);
56 struct net_device_stats *eip_get_stats(struct net_device *dev);
60 struct net_device *__alloc_eip_netdev(int size);
61 static inline struct net_device *alloc_eip_netdev(void) in alloc_eip_netdev()
69 void (*reset_8390)(struct net_device *);
70 void (*get_8390_hdr)(struct net_device *, struct e8390_pkt_hdr *, int);
71 void (*block_output)(struct net_device *, int, const unsigned char *, int);
72 void (*block_input)(struct net_device *, int, struct sk_buff *, int);