Lines Matching refs:net_device
27 void ei_poll(struct net_device *dev);
28 void eip_poll(struct net_device *dev);
33 void NS8390_init(struct net_device *dev, int startp);
34 int ei_open(struct net_device *dev);
35 int ei_close(struct net_device *dev);
37 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue);
38 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev);
39 void ei_set_multicast_list(struct net_device *dev);
40 struct net_device_stats *ei_get_stats(struct net_device *dev);
44 struct net_device *__alloc_ei_netdev(int size);
45 static inline struct net_device *alloc_ei_netdev(void) in alloc_ei_netdev()
51 void NS8390p_init(struct net_device *dev, int startp);
52 int eip_open(struct net_device *dev);
53 int eip_close(struct net_device *dev);
55 void eip_tx_timeout(struct net_device *dev, unsigned int txqueue);
56 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev);
57 void eip_set_multicast_list(struct net_device *dev);
58 struct net_device_stats *eip_get_stats(struct net_device *dev);
62 struct net_device *__alloc_eip_netdev(int size);
63 static inline struct net_device *alloc_eip_netdev(void) in alloc_eip_netdev()
71 void (*reset_8390)(struct net_device *dev);
72 void (*get_8390_hdr)(struct net_device *dev,
74 void (*block_output)(struct net_device *dev, int count,
76 void (*block_input)(struct net_device *dev, int count,