Home
last modified time | relevance | path

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

/trueos/sys/dev/txp/
HDif_txp.c200 static int txp_rx_reclaim(struct txp_softc *, struct txp_rx_ring *, int);
834 more += txp_rx_reclaim(sc, &sc->sc_rxhir, in txp_int_task()
837 more += txp_rx_reclaim(sc, &sc->sc_rxlor, in txp_int_task()
892 txp_rx_reclaim(struct txp_softc *sc, struct txp_rx_ring *r, int count) in txp_rx_reclaim() function