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

/freebsd-10.3-release/sys/dev/bm/
H A Dif_bmvar.h103 int first_used_txdma_slot, next_txdma_slot; member in struct:bm_softc
H A Dif_bm.c676 sc->first_used_txdma_slot = txs->txs_stopdesc;
774 if (sc->next_txdma_slot >= sc->first_used_txdma_slot)
776 sc->first_used_txdma_slot; /* -2 for branch and indexing */
778 nsegs = sc->first_used_txdma_slot - sc->next_txdma_slot;
1083 sc->first_used_txdma_slot = 0;
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dif_glcreg.h89 int next_txdma_slot, first_used_txdma_slot, bsy_txdma_slots; member in struct:glc_softc
H A Dif_glc.c139 sc->first_used_txdma_slot = -1;
334 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 113 milliseconds