Home
last modified time | relevance | path

Searched refs:sv11_device (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dhostess_sv11.c40 struct sv11_device struct
77 struct sv11_device *sv11=d->priv; in hostess_open()
131 struct sv11_device *sv11=d->priv; in hostess_close()
170 struct sv11_device *sv11=d->priv; in hostess_get_stats()
183 struct sv11_device *sv11=d->priv; in hostess_queue_xmit()
210 static struct sv11_device *sv11_init(int iobase, int irq) in sv11_init()
213 struct sv11_device *sv; in sv11_init()
226 sv=(struct sv11_device *)kmalloc(sizeof(struct sv11_device), GFP_KERNEL); in sv11_init()
367 static void sv11_shutdown(struct sv11_device *dev) in sv11_shutdown()
398 static struct sv11_device *sv11_unit;