HomeSort by: relevance | last modified time | path
    Searched refs:r_woff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 647 if ((*sc->sc_rxhir.r_roff) != (*sc->sc_rxhir.r_woff))
649 if ((*sc->sc_rxlor.r_roff) != (*sc->sc_rxlor.r_woff))
721 woff = le32toh(*r->r_woff);
819 woff = le32toh(*r->r_woff);
1075 sc->sc_rxhir.r_woff = &sc->sc_hostvar->hv_rx_hi_write_idx;
1095 sc->sc_rxlor.r_woff = &sc->sc_hostvar->hv_rx_lo_write_idx;
if_txpreg.h 567 volatile u_int32_t *r_woff; /* hv write offset ptr */ member in struct:txp_rx_ring

Completed in 21 milliseconds