Lines Matching refs:net_device
29 void ei_poll(struct net_device *dev);
30 void eip_poll(struct net_device *dev);
35 void NS8390_init(struct net_device *dev, int startp);
36 int ei_open(struct net_device *dev);
37 int ei_close(struct net_device *dev);
39 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue);
40 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev);
41 void ei_set_multicast_list(struct net_device *dev);
42 struct net_device_stats *ei_get_stats(struct net_device *dev);
46 struct net_device *__alloc_ei_netdev(int size);
47 static inline struct net_device *alloc_ei_netdev(void) in alloc_ei_netdev()
53 void NS8390p_init(struct net_device *dev, int startp);
54 int eip_open(struct net_device *dev);
55 int eip_close(struct net_device *dev);
57 void eip_tx_timeout(struct net_device *dev, unsigned int txqueue);
58 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev);
59 void eip_set_multicast_list(struct net_device *dev);
60 struct net_device_stats *eip_get_stats(struct net_device *dev);
64 struct net_device *__alloc_eip_netdev(int size);
65 static inline struct net_device *alloc_eip_netdev(void) in alloc_eip_netdev()
73 void (*reset_8390)(struct net_device *dev);
74 void (*get_8390_hdr)(struct net_device *dev,
76 void (*block_output)(struct net_device *dev, int count,
78 void (*block_input)(struct net_device *dev, int count,