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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Ddonauboe.c1175 int txp, txpc; local
1194 txpc = txp;
1196 while (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)
1198 txp = txpc;
1199 txpc++;
1200 txpc %= TX_SLOTS;
1202 if (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)

Completed in 43 milliseconds