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

/freebsd-current/sys/dev/dwc/
H A Ddwc1000_dma.c168 next_rxidx(struct dwc_softc *sc, uint32_t curidx) function
229 nidx = next_rxidx(sc, idx);
537 sc->rx_idx = next_rxidx(sc, sc->rx_idx);
/freebsd-current/sys/dev/ffec/
H A Dif_ffec.c238 next_rxidx(struct ffec_softc *sc, uint32_t curidx) function
756 nidx = next_rxidx(sc, idx);
925 sc->rx_idx = next_rxidx(sc, sc->rx_idx);

Completed in 62 milliseconds