Home
last modified time | relevance | path

Searched refs:txq_lo (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/marvell/
Dif_gfe.c744 txq->txq_lo, curtxdnum, txq->txq_descs[curtxdnum].ed_cmdsts, in gfe_ifwatchdog()
1191 volatile struct gt_eth_desc * const txd = &txq->txq_descs[txq->txq_lo]; in gfe_tx_enqueue()
1298 GE_TXDPRESYNC(sc, txq, txq->txq_lo); in gfe_tx_enqueue()
1312 GE_DPRINTF(sc, ("([%d]->%08lx.%08lx.%08lx.%08lx)", txq->txq_lo, in gfe_tx_enqueue()
1316 GE_TXDPRESYNC(sc, txq, txq->txq_lo); in gfe_tx_enqueue()
1325 GE_DPRINTF(sc, ("(%d)", txq->txq_lo)); in gfe_tx_enqueue()
1331 if (++txq->txq_lo == GE_TXDESC_MAX) in gfe_tx_enqueue()
1332 txq->txq_lo = 0; in gfe_tx_enqueue()
1412 txq->txq_lo, in gfe_tx_done()
1507 txq->txq_lo = 0; in gfe_tx_start()
Dif_gfevar.h70 unsigned int txq_lo; /* next to be given to GT */ member