Lines Matching refs:txq_lo
741 txq->txq_lo, curtxdnum, txq->txq_descs[curtxdnum].ed_cmdsts,
1188 volatile struct gt_eth_desc * const txd = &txq->txq_descs[txq->txq_lo];
1295 GE_TXDPRESYNC(sc, txq, txq->txq_lo);
1309 GE_DPRINTF(sc, ("([%d]->%08lx.%08lx.%08lx.%08lx)", txq->txq_lo,
1313 GE_TXDPRESYNC(sc, txq, txq->txq_lo);
1322 GE_DPRINTF(sc, ("(%d)", txq->txq_lo));
1328 if (++txq->txq_lo == GE_TXDESC_MAX)
1329 txq->txq_lo = 0;
1409 txq->txq_lo,
1504 txq->txq_lo = 0;