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

/freebsd-12-stable/sys/powerpc/ps3/
H A Dif_glcreg.h103 int sc_next_rxdma_slot; member in struct:glc_softc
H A Dif_glc.c140 sc->sc_next_rxdma_slot = 0;
387 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0);
724 while ((sc->sc_rxdmadesc[sc->sc_next_rxdma_slot].cmd_stat &
726 i = sc->sc_next_rxdma_slot;
727 sc->sc_next_rxdma_slot++;
728 if (sc->sc_next_rxdma_slot >= GLC_MAX_RX_PACKETS)
729 sc->sc_next_rxdma_slot = 0;
779 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0);

Completed in 98 milliseconds