Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c896 sc->sc_txhir.r_cons = sc->sc_txhir.r_prod = sc->sc_txhir.r_cnt = 0; in txp_alloc_rings()
905 sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0; in txp_alloc_rings()
1201 prod = r->r_prod; in txp_start()
1306 r->r_prod = prod; in txp_start()
1312 r->r_prod = firstprod; in txp_start()
H A Dif_txpreg.h561 u_int32_t r_prod; /* producer */ member