Lines Matching refs:net_device
171 struct net_device *next_module;
193 static void get_node_ID(struct net_device *dev);
195 static int net_open(struct net_device *dev);
196 static void hardware_init(struct net_device *dev);
200 struct net_device *dev);
202 static void net_rx(struct net_device *dev);
204 static int net_close(struct net_device *dev);
205 static void set_rx_mode(struct net_device *dev);
206 static void tx_timeout(struct net_device *dev);
210 static struct net_device *root_atp_dev;
255 struct net_device *dev = NULL; in atp_probe1()
368 static void __init get_node_ID(struct net_device *dev) in get_node_ID()
428 static int net_open(struct net_device *dev) in net_open()
454 static void hardware_init(struct net_device *dev) in hardware_init()
537 static void tx_timeout(struct net_device *dev) in tx_timeout()
553 struct net_device *dev) in atp_send_packet()
595 struct net_device *dev = dev_instance; in atp_interrupt()
716 struct net_device *dev = (struct net_device *)data; in atp_timed_checker()
752 static void net_rx(struct net_device *dev) in net_rx()
825 net_close(struct net_device *dev) in net_close()
851 static void set_rx_mode(struct net_device *dev) in set_rx_mode()
870 struct net_device *next_dev; in atp_cleanup_module()