Searched defs:txpc (Results 1 - 1 of 1) sorted by relevance

/drivers/net/irda/
H A Ddonauboe.c1170 int txp, txpc; local
1189 txpc = txp;
1191 while (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)
1193 txp = txpc;
1194 txpc++;
1195 txpc %= TX_SLOTS;
1197 if (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)

Completed in 25 milliseconds