Searched refs:r_roff (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c623 if ((*sc->sc_rxhir.r_roff) != (*sc->sc_rxhir.r_woff))
625 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff))
664 roff = le32toh(*r->r_roff);
771 *r->r_roff = htole32(woff);
1009 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx;
1026 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx;
H A Dif_txpreg.h563 volatile u_int32_t *r_roff; /* hv read offset ptr */ member in struct:txp_rx_ring

Completed in 81 milliseconds