r_cnt             596 dev/pci/if_txp.c 		if (sc->sc_txhir.r_cnt && (sc->sc_txhir.r_cons !=
r_cnt             600 dev/pci/if_txp.c 		if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
r_cnt             854 dev/pci/if_txp.c 	u_int32_t cons = r->r_cons, cnt = r->r_cnt;
r_cnt             896 dev/pci/if_txp.c 	r->r_cnt = cnt;
r_cnt             961 dev/pci/if_txp.c 	sc->sc_txhir.r_cons = sc->sc_txhir.r_prod = sc->sc_txhir.r_cnt = 0;
r_cnt             988 dev/pci/if_txp.c 	sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0;
r_cnt            1396 dev/pci/if_txp.c 	cnt = r->r_cnt;
r_cnt            1549 dev/pci/if_txp.c 	r->r_cnt = cnt;
r_cnt            1557 dev/pci/if_txp.c 	r->r_cnt = firstcnt;
r_cnt             549 dev/pci/if_txpreg.h 	u_int32_t		r_cnt;		/* # descs in use */