Lines Matching refs:net_device

180 static int  cops_probe1 (struct net_device *dev, int ioaddr);
183 static int cops_open (struct net_device *dev);
184 static int cops_jumpstart (struct net_device *dev);
185 static void cops_reset (struct net_device *dev, int sleep);
186 static void cops_load (struct net_device *dev);
187 static int cops_nodeid (struct net_device *dev, int nodeid);
191 static void cops_timeout(struct net_device *dev);
192 static void cops_rx (struct net_device *dev);
194 struct net_device *dev);
195 static void set_multicast_list (struct net_device *dev);
196 static int cops_ioctl (struct net_device *dev, struct ifreq *rq, int cmd);
197 static int cops_close (struct net_device *dev);
199 static void cleanup_card(struct net_device *dev) in cleanup_card()
212 struct net_device * __init cops_probe(int unit) in cops_probe()
214 struct net_device *dev; in cops_probe()
274 static int __init cops_probe1(struct net_device *dev, int ioaddr) in cops_probe1()
415 static int cops_open(struct net_device *dev) in cops_open()
449 static int cops_jumpstart(struct net_device *dev) in cops_jumpstart()
483 static void cops_reset(struct net_device *dev, int sleep) in cops_reset()
510 static void cops_load (struct net_device *dev) in cops_load()
603 static int cops_nodeid (struct net_device *dev, int nodeid) in cops_nodeid()
681 struct net_device *dev = (struct net_device *)ltdev; in cops_poll()
709 struct net_device *dev = dev_id; in cops_interrupt()
745 static void cops_rx(struct net_device *dev) in cops_rx()
851 static void cops_timeout(struct net_device *dev) in cops_timeout()
874 struct net_device *dev) in cops_send_packet()
925 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
935 static int cops_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in cops_ioctl()
971 static int cops_close(struct net_device *dev) in cops_close()
986 static struct net_device *cops_dev;