Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txp.c557 if ((*sc->sc_rxhir.r_roff) != (*sc->sc_rxhir.r_woff)) in txp_intr()
559 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff)) in txp_intr()
601 woff = letoh32(*r->r_woff); in txp_rx_reclaim()
705 woff = letoh32(*r->r_woff); in txp_rx_reclaim()
926 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx; in txp_alloc_rings()
943 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx; in txp_alloc_rings()
H A Dif_txpreg.h561 volatile u_int32_t *r_woff; /* hv write offset ptr */ member