Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c624 if ((*sc->sc_rxhir.r_roff) != (*sc->sc_rxhir.r_woff)) in txp_intr()
626 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff)) in txp_intr()
659 woff = *r->r_woff; in txp_rx_reclaim()
738 woff = *r->r_woff; in txp_rx_reclaim()
914 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx; in txp_alloc_rings()
922 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx; in txp_alloc_rings()
H A Dif_txpreg.h575 volatile u_int32_t *r_woff; /* hv write offset ptr */ member