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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c631 if (sc->sc_txhir.r_cnt && (sc->sc_txhir.r_cons !=
635 if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
858 u_int32_t cons = r->r_cons, cnt = r->r_cnt;
899 r->r_cons = cons;
967 sc->sc_txhir.r_cons = sc->sc_txhir.r_prod = sc->sc_txhir.r_cnt = 0;
994 sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0;
H A Dif_txpreg.h551 u_int32_t r_cons; /* consumer */ member in struct:txp_tx_ring

Completed in 64 milliseconds