Searched refs:txpc (Results 1 – 1 of 1) sorted by relevance
1155 int txp, txpc; in toshoboe_interrupt() local1173 txpc = txp; in toshoboe_interrupt()1175 while (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS) in toshoboe_interrupt()1177 txp = txpc; in toshoboe_interrupt()1178 txpc++; in toshoboe_interrupt()1179 txpc %= TX_SLOTS; in toshoboe_interrupt()1181 if (self->ring->tx[txpc].control & OBOE_CTL_TX_HW_OWNS) in toshoboe_interrupt()