Home
last modified time | relevance | path

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

/dflybsd-src/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()
658 roff = *r->r_roff; in txp_rx_reclaim()
741 *r->r_roff = woff; in txp_rx_reclaim()
913 sc->sc_rxhir.r_roff = &sc->sc_hostvar->hv_rx_hi_read_idx; in txp_alloc_rings()
921 sc->sc_rxlor.r_roff = &sc->sc_hostvar->hv_rx_lo_read_idx; in txp_alloc_rings()
H A Dif_txpreg.h574 volatile u_int32_t *r_roff; /* hv read offset ptr */ member