Home
last modified time | relevance | path

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

/NextBSD/sys/dev/dwc/
HDif_dwc.c142 next_rxidx(struct dwc_softc *sc, uint32_t curidx) in next_rxidx() function
464 nidx = next_rxidx(sc, idx); in dwc_setup_rxdesc()
772 sc->rx_idx = next_rxidx(sc, sc->rx_idx); in dwc_rxfinish_locked()
/NextBSD/sys/dev/ffec/
HDif_ffec.c224 next_rxidx(struct ffec_softc *sc, uint32_t curidx) in next_rxidx() function
727 nidx = next_rxidx(sc, idx); in ffec_setup_rxdesc()
895 sc->rx_idx = next_rxidx(sc, sc->rx_idx); in ffec_rxfinish_locked()