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

  /src/sys/arch/arm/ep93xx/
epevar.h 53 uint32_t TXDQ_avail;
epe.c 184 sc->TXDQ_avail += ndq;
329 sc->TXDQ_avail = TX_QLEN - 1;
535 if (sc->TXDQ_avail == 0) {
557 sc->txq[bi].m_dmamap->dm_nsegs > (sc->TXDQ_avail - ndq)) {
613 if ((sc->TXDQ_avail - ndq) > 0 && ndq < TX_QLEN / 2) {
620 sc->TXDQ_avail -= ndq;

Completed in 12 milliseconds