Lines Matching refs:net_device
176 static struct net_device *el3_devs[EL3_MAX_CARDS];
187 static int el3_common_init(struct net_device *dev);
188 static void el3_common_remove(struct net_device *dev);
191 static int el3_open(struct net_device *dev);
192 static netdev_tx_t el3_start_xmit(struct sk_buff *skb, struct net_device *dev);
194 static void update_stats(struct net_device *dev);
195 static struct net_device_stats *el3_get_stats(struct net_device *dev);
196 static int el3_rx(struct net_device *dev);
197 static int el3_close(struct net_device *dev);
198 static void set_multicast_list(struct net_device *dev);
199 static void el3_tx_timeout (struct net_device *dev);
200 static void el3_down(struct net_device *dev);
201 static void el3_up(struct net_device *dev);
215 static void el3_poll_controller(struct net_device *dev);
272 static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr, int ioaddr, in el3_dev_fill()
286 struct net_device *dev; in el3_isa_match()
360 struct net_device *ndev = dev_get_drvdata(dev); in el3_isa_resume()
412 struct net_device *dev = NULL; in el3_pnp_probe()
519 static int el3_common_init(struct net_device *dev) in el3_common_init()
557 static void el3_common_remove (struct net_device *dev) in el3_common_remove()
570 struct net_device *dev = NULL; in el3_eisa_probe()
621 struct net_device *dev; in el3_device_remove()
665 el3_open(struct net_device *dev) in el3_open()
693 el3_tx_timeout (struct net_device *dev) in el3_tx_timeout()
711 el3_start_xmit(struct sk_buff *skb, struct net_device *dev) in el3_start_xmit()
773 struct net_device *dev = dev_id; in el3_interrupt()
858 static void el3_poll_controller(struct net_device *dev) in el3_poll_controller()
867 el3_get_stats(struct net_device *dev) in el3_get_stats()
888 static void update_stats(struct net_device *dev) in update_stats()
916 el3_rx(struct net_device *dev) in el3_rx()
979 set_multicast_list(struct net_device *dev) in set_multicast_list()
1008 el3_close(struct net_device *dev) in el3_close()
1032 el3_link_ok(struct net_device *dev) in el3_link_ok()
1044 el3_netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_netdev_get_ecmd()
1089 el3_netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_netdev_set_ecmd()
1144 static void el3_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in el3_get_drvinfo()
1150 static int el3_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_get_settings()
1161 static int el3_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_set_settings()
1172 static u32 el3_get_link(struct net_device *dev) in el3_get_link()
1183 static u32 el3_get_msglevel(struct net_device *dev) in el3_get_msglevel()
1188 static void el3_set_msglevel(struct net_device *dev, u32 v) in el3_set_msglevel()
1203 el3_down(struct net_device *dev) in el3_down()
1231 el3_up(struct net_device *dev) in el3_up()
1324 struct net_device *dev; in el3_suspend()
1348 struct net_device *dev; in el3_resume()