Lines Matching refs:toshoboe_cb

291 toshoboe_dumpregs (struct toshoboe_cb *self)  in toshoboe_dumpregs()
339 toshoboe_disablebm (struct toshoboe_cb *self) in toshoboe_disablebm()
352 toshoboe_stopchip (struct toshoboe_cb *self) in toshoboe_stopchip()
384 toshoboe_start_DMA (struct toshoboe_cb *self, int opts) in toshoboe_start_DMA()
394 toshoboe_setbaud (struct toshoboe_cb *self) in toshoboe_setbaud()
529 toshoboe_enablebm (struct toshoboe_cb *self) in toshoboe_enablebm()
537 toshoboe_initring (struct toshoboe_cb *self) in toshoboe_initring()
560 toshoboe_resetptrs (struct toshoboe_cb *self) in toshoboe_resetptrs()
573 toshoboe_initptrs (struct toshoboe_cb *self) in toshoboe_initptrs()
595 toshoboe_startchip (struct toshoboe_cb *self) in toshoboe_startchip()
653 toshoboe_isntstuck (struct toshoboe_cb *self) in toshoboe_isntstuck()
658 toshoboe_checkstuck (struct toshoboe_cb *self) in toshoboe_checkstuck()
677 toshoboe_makemttpacket (struct toshoboe_cb *self, void *buf, int mtt) in toshoboe_makemttpacket()
706 toshoboe_dumptx (struct toshoboe_cb *self) in toshoboe_dumptx()
716 toshoboe_dumprx (struct toshoboe_cb *self, int score) in toshoboe_dumprx()
755 struct toshoboe_cb *self = (struct toshoboe_cb *) dev_id; in toshoboe_probeinterrupt()
838 toshoboe_probefail (struct toshoboe_cb *self, char *msg) in toshoboe_probefail()
848 toshoboe_numvalidrcvs (struct toshoboe_cb *self) in toshoboe_numvalidrcvs()
859 toshoboe_numrcvs (struct toshoboe_cb *self) in toshoboe_numrcvs()
870 toshoboe_probe (struct toshoboe_cb *self) in toshoboe_probe()
1028 struct toshoboe_cb *self; in toshoboe_hard_xmit()
1034 self = (struct toshoboe_cb *) dev->priv; in toshoboe_hard_xmit()
1203 struct toshoboe_cb *self = (struct toshoboe_cb *) dev_id; in toshoboe_interrupt()
1405 struct toshoboe_cb *self; in toshoboe_net_open()
1411 self = (struct toshoboe_cb *) dev->priv; in toshoboe_net_open()
1450 struct toshoboe_cb *self; in toshoboe_net_close()
1455 self = (struct toshoboe_cb *) dev->priv; in toshoboe_net_close()
1489 struct toshoboe_cb *self; in toshoboe_net_ioctl()
1557 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); in toshoboe_close()
1600 struct toshoboe_cb *self; in toshoboe_open()
1611 self = kmalloc (sizeof (struct toshoboe_cb), GFP_KERNEL); in toshoboe_open()
1620 memset (self, 0, sizeof (struct toshoboe_cb)); in toshoboe_open()
1782 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); in toshoboe_gotosleep()
1811 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); in toshoboe_wakeup()