Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c632 if (sc->sc_txhir.r_cnt && (sc->sc_txhir.r_cons != in txp_intr()
636 if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons != in txp_intr()
807 u_int32_t cons = r->r_cons, cnt = r->r_cnt; in txp_tx_reclaim()
840 r->r_cons = cons; in txp_tx_reclaim()
896 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()
H A Dif_txpreg.h562 u_int32_t r_cons; /* consumer */ member