Searched refs:txq_lo (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/marvell/ |
| D | if_gfe.c | 744 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()
|
| D | if_gfevar.h | 70 unsigned int txq_lo; /* next to be given to GT */ member
|