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

  /src/sys/dev/marvell/
if_gfevar.h 72 unsigned int txq_ei_gapcount; /* counter until next EI */ member in struct:gfe_txqueue
if_gfe.c 1261 txq->txq_ei_gapcount += GE_TXBUF_SIZE - txq->txq_outptr;
1301 txq->txq_ei_gapcount += buflen;
1302 if (txq->txq_ei_gapcount > 2 * GE_TXBUF_SIZE / 3) {
1304 txq->txq_ei_gapcount = 0;
1501 txq->txq_ei_gapcount = 0;

Completed in 13 milliseconds