Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h131 #define TX_SLOTS 4 macro
158 void *xmit_bufs[TX_SLOTS]; /*The buffers */
/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.c88 #define TX_SLOTS 8 macro
543 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_initring()
915 self->txs %= TX_SLOTS; in toshoboe_probe()
923 self->txs %= TX_SLOTS; in toshoboe_probe()
931 self->txs %= TX_SLOTS; in toshoboe_probe()
940 self->txs %= TX_SLOTS; in toshoboe_probe()
1136 self->txs %= TX_SLOTS; in toshoboe_hard_xmit()
1191 self->txs %= TX_SLOTS; in toshoboe_hard_xmit()
1230 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_interrupt()
1249 txpc %= TX_SLOTS; in toshoboe_interrupt()
[all …]
Dtoshoboe.c246 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_initbuffs()
336 if (self->txpending != TX_SLOTS) in toshoboe_hard_xmit()
346 self->txs %= TX_SLOTS; in toshoboe_hard_xmit()
670 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_remove()
802 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_probe()
816 if (ok != RX_SLOTS + TX_SLOTS) in toshoboe_probe()
861 for (i = 0; i < TX_SLOTS; ++i) in toshoboe_probe()