Lines Matching refs:net_device
59 static int hydra_open(struct net_device *dev);
60 static int hydra_close(struct net_device *dev);
61 static void hydra_reset_8390(struct net_device *dev);
62 static void hydra_get_8390_hdr(struct net_device *dev,
64 static void hydra_block_input(struct net_device *dev, int count,
66 static void hydra_block_output(struct net_device *dev, int count,
116 struct net_device *dev; in hydra_init()
186 static int hydra_open(struct net_device *dev) in hydra_open()
192 static int hydra_close(struct net_device *dev) in hydra_close()
201 static void hydra_reset_8390(struct net_device *dev) in hydra_reset_8390()
206 static void hydra_get_8390_hdr(struct net_device *dev, in hydra_get_8390_hdr()
222 static void hydra_block_input(struct net_device *dev, int count, in hydra_block_input()
243 static void hydra_block_output(struct net_device *dev, int count, in hydra_block_output()
257 struct net_device *dev = zorro_get_drvdata(z); in hydra_remove_one()