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

  /src/sys/dev/marvell/
if_gfevar.h 71 unsigned int txq_fi; /* next to be returned to CPU */ member in struct:gfe_txqueue
if_gfe.c 737 GE_TXDPOSTSYNC(sc, txq, txq->txq_fi);
740 txq->txq_fi, txq->txq_descs[txq->txq_fi].ed_cmdsts,
743 GE_TXDPRESYNC(sc, txq, txq->txq_fi);
1210 volatile struct gt_eth_desc * const txd2 = &txq->txq_descs[txq->txq_fi];
1213 GE_TXDPOSTSYNC(sc, txq, txq->txq_fi);
1225 nextin = txq->txq_fi + 1;
1230 GE_TXDPRESYNC(sc, txq, txq->txq_fi);
1237 device_xname(sc->sc_dev), txq->txq_fi);
1240 if (++txq->txq_fi == GE_TXDESC_MAX
    [all...]

Completed in 28 milliseconds