Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c253 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_initbuffs()
400 self->rxs += (RX_SLOTS - 1); in toshoboe_interrupt()
401 self->rxs %= RX_SLOTS; in toshoboe_interrupt()
433 self->rxs %= RX_SLOTS; in toshoboe_interrupt()
496 self->rxs = RX_SLOTS - 1; in toshoboe_initptrs()
676 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_remove()
809 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_probe()
816 if (ok != RX_SLOTS + TX_SLOTS) in toshoboe_probe()
864 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_probe()
Ddonauboe.c89 #define RX_SLOTS 8 macro
327 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_dumpregs()
331 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_dumpregs()
550 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_initring()
710 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_dumptx()
720 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_dumprx()
851 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_numvalidrcvs()
862 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_numrcvs()
1365 self->rxs %= RX_SLOTS; in toshoboe_interrupt()
1576 for (i = 0; i < RX_SLOTS; ++i) in toshoboe_close()
[all …]
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h132 #define RX_SLOTS 4 macro
159 void *recv_bufs[RX_SLOTS];