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

/freebsd-12-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.c139 sc->bsy_txdma_slots = 0;
337 sc->bsy_txdma_slots = 0;
426 if (sc->bsy_txdma_slots > 125) {
619 nsegs_max = 128 - sc->bsy_txdma_slots;
652 KASSERT(nsegs <= 128 - sc->bsy_txdma_slots,
654 nsegs, 128 - sc->bsy_txdma_slots));
692 sc->bsy_txdma_slots += nsegs;
803 sc->bsy_txdma_slots -= txs->txs_ndescs;

Completed in 68 milliseconds