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

/freebsd-10.0-release/sys/powerpc/ps3/
H A Dif_glcreg.h101 int sc_next_rxdma_slot; member in struct:glc_softc
H A Dif_glc.c138 sc->sc_next_rxdma_slot = 0;
385 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0);
722 while ((sc->sc_rxdmadesc[sc->sc_next_rxdma_slot].cmd_stat &
724 i = sc->sc_next_rxdma_slot;
725 sc->sc_next_rxdma_slot++;
726 if (sc->sc_next_rxdma_slot >= GLC_MAX_RX_PACKETS)
727 sc->sc_next_rxdma_slot = 0;
777 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0);

Completed in 66 milliseconds