Searched refs:next_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.c737 prev_stop = sc->next_txdma_slot - 1;
774 if (sc->next_txdma_slot >= sc->first_used_txdma_slot)
775 nsegs = BM_MAX_DMA_COMMANDS - 2 - sc->next_txdma_slot +
778 nsegs = sc->first_used_txdma_slot - sc->next_txdma_slot;
821 txs->txs_firstdesc = sc->next_txdma_slot;
825 if (sc->next_txdma_slot == (BM_MAX_DMA_COMMANDS - 1))
831 txs->txs_lastdesc = sc->next_txdma_slot;
833 dbdma_insert_command(sc->sc_txdma, sc->next_txdma_slot++,
840 sc->next_txdma_slot = 0;
847 if (sc->next_txdma_slot
[all...]
/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.c136 sc->next_txdma_slot = 0;
661 txs->txs_firstdesc = sc->next_txdma_slot;
689 sc->next_txdma_slot = idx;

Completed in 82 milliseconds