Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dif_glc.c135 sc->sc_next_rxdma_slot = 0; in glc_attach()
381 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0); in glc_tick()
717 while ((sc->sc_rxdmadesc[sc->sc_next_rxdma_slot].cmd_stat & in glc_rxintr()
719 i = sc->sc_next_rxdma_slot; in glc_rxintr()
720 sc->sc_next_rxdma_slot++; in glc_rxintr()
721 if (sc->sc_next_rxdma_slot >= GLC_MAX_RX_PACKETS) in glc_rxintr()
722 sc->sc_next_rxdma_slot = 0; in glc_rxintr()
772 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0); in glc_rxintr()
H A Dif_glcreg.h101 int sc_next_rxdma_slot; member