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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c1169 int txp, txpc; local
1188 txpc = txp;
1190 while (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)
1192 txp = txpc;
1193 txpc++;
1194 txpc %= TX_SLOTS;
1196 if (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS)

Completed in 36 milliseconds