Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h558 struct txp_tx_ring { struct
608 struct txp_tx_ring sc_txhir, sc_txlor;
H A Dif_txp.c150 static void txp_tx_reclaim (struct txp_softc *, struct txp_tx_ring *);
803 txp_tx_reclaim(struct txp_softc *sc, struct txp_tx_ring *r) in txp_tx_reclaim()
1189 struct txp_tx_ring *r = &sc->sc_txhir; in txp_start()