Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txp.c113 void txp_rx_reclaim(struct txp_softc *, struct txp_rx_ring *,
558 txp_rx_reclaim(sc, &sc->sc_rxhir, &sc->sc_rxhiring_dma); in txp_intr()
560 txp_rx_reclaim(sc, &sc->sc_rxlor, &sc->sc_rxloring_dma); in txp_intr()
588 txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r, in txp_rx_reclaim() function