Searched refs:bsy_txdma_slots (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.c138 sc->bsy_txdma_slots = 0;
336 sc->bsy_txdma_slots = 0;
425 if (sc->bsy_txdma_slots > 125) {
617 nsegs_max = 128 - sc->bsy_txdma_slots;
650 KASSERT(nsegs <= 128 - sc->bsy_txdma_slots,
652 nsegs, 128 - sc->bsy_txdma_slots));
690 sc->bsy_txdma_slots += nsegs;
801 sc->bsy_txdma_slots -= txs->txs_ndescs;

Completed in 110 milliseconds