HomeSort by: relevance | last modified time | path
    Searched refs:r_cnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 655 if (sc->sc_txhir.r_cnt && (sc->sc_txhir.r_cons !=
659 if (sc->sc_txlor.r_cnt && (sc->sc_txlor.r_cons !=
911 uint32_t cons = r->r_cons, cnt = r->r_cnt;
954 r->r_cnt = cnt;
1025 sc->sc_txhir.r_cons = sc->sc_txhir.r_prod = sc->sc_txhir.r_cnt = 0;
1056 sc->sc_txlor.r_cons = sc->sc_txlor.r_prod = sc->sc_txlor.r_cnt = 0;
1459 cnt = r->r_cnt;
1612 r->r_cnt = cnt;
if_txpreg.h 555 u_int32_t r_cnt; /* # descs in use */ member in struct:txp_tx_ring

Completed in 13 milliseconds