Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dif_glc.c134 sc->bsy_txdma_slots = 0; in glc_attach()
331 sc->bsy_txdma_slots = 0; in glc_init_locked()
420 if (sc->bsy_txdma_slots > 125) { in glc_start_locked()
612 nsegs_max = 128 - sc->bsy_txdma_slots; in glc_encap()
645 KASSERT(nsegs <= 128 - sc->bsy_txdma_slots, in glc_encap()
647 nsegs, 128 - sc->bsy_txdma_slots)); in glc_encap()
685 sc->bsy_txdma_slots += nsegs; in glc_encap()
796 sc->bsy_txdma_slots -= txs->txs_ndescs; in glc_txintr()
H A Dif_glcreg.h89 int next_txdma_slot, first_used_txdma_slot, bsy_txdma_slots; member