HomeSort by: relevance | last modified time | path
    Searched refs:txq_lo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfevar.h 70 unsigned int txq_lo; /* next to be given to GT */ member in struct:gfe_txqueue
if_gfe.c 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
    [all...]

Completed in 33 milliseconds