Lines Matching refs:net_device
63 static struct net_device *root_hydra_dev;
68 static int hydra_open(struct net_device *dev);
69 static int hydra_close(struct net_device *dev);
70 static void hydra_reset_8390(struct net_device *dev);
71 static void hydra_get_8390_hdr(struct net_device *dev,
73 static void hydra_block_input(struct net_device *dev, int count,
75 static void hydra_block_output(struct net_device *dev, int count,
104 struct net_device *dev; in hydra_init()
171 static int hydra_open(struct net_device *dev) in hydra_open()
177 static int hydra_close(struct net_device *dev) in hydra_close()
185 static void hydra_reset_8390(struct net_device *dev) in hydra_reset_8390()
190 static void hydra_get_8390_hdr(struct net_device *dev, in hydra_get_8390_hdr()
206 static void hydra_block_input(struct net_device *dev, int count, in hydra_block_input()
227 static void hydra_block_output(struct net_device *dev, int count, in hydra_block_output()
242 struct net_device *dev, *next; in hydra_cleanup()
245 next = (struct net_device *)(ei_status.priv); in hydra_cleanup()