Searched refs:first_used_txdma_slot (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glcreg.h91 int next_txdma_slot, first_used_txdma_slot, bsy_txdma_slots; member in struct:glc_softc
H A Dif_glc.c140 sc->first_used_txdma_slot = -1;
335 sc->first_used_txdma_slot = -1;
619 if (nsegs_max > 16 || sc->first_used_txdma_slot < 0)
696 if (sc->first_used_txdma_slot < 0)
697 sc->first_used_txdma_slot = txs->txs_firstdesc;
825 sc->first_used_txdma_slot = txs->txs_firstdesc;
827 sc->first_used_txdma_slot = -1;

Completed in 102 milliseconds