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

/freebsd-11.0-release/sys/dev/bm/
H A Dif_bmvar.h110 int next_rxdma_slot, rxdma_loop_slot; member in struct:bm_softc
H A Dif_bm.c584 prev_stop = sc->next_rxdma_slot - 1;
596 for (i = sc->next_rxdma_slot; i < BM_MAX_RX_PACKETS; i++) {
641 sc->next_rxdma_slot = i;
643 sc->next_rxdma_slot = 0;
1033 sc->next_rxdma_slot = 0;
1073 sc->next_rxdma_slot = 0;
1082 sc->next_rxdma_slot = 0;

Completed in 45 milliseconds