Home
last modified time | relevance | path

Searched refs:r_cnt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ldns/
H A Drr.c152 uint16_t r_cnt; in ldns_rr_new_frm_str_internal() local
357 for (done = false, r_cnt = 0; !done && r_cnt < r_max; r_cnt++) { in ldns_rr_new_frm_str_internal()
360 switch (ldns_rr_descriptor_field_type(desc, r_cnt)) { in ldns_rr_new_frm_str_internal()
368 case LDNS_RDF_TYPE_SVCPARAMS : if (r_cnt == r_max - 1) { in ldns_rr_new_frm_str_internal()
378 desc, r_cnt)) && in ldns_rr_new_frm_str_internal()
509 switch(ldns_rr_descriptor_field_type(desc, r_cnt)) { in ldns_rr_new_frm_str_internal()
517 if (r_cnt == r_max - 1) { in ldns_rr_new_frm_str_internal()
528 desc, r_cnt), rd); in ldns_rr_new_frm_str_internal()
571 desc, r_cnt), rd); in ldns_rr_new_frm_str_internal()
577 desc, r_cnt), rd); in ldns_rr_new_frm_str_internal()
[all …]
/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()
841 r->r_cnt = cnt; 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()
1202 cnt = r->r_cnt; in txp_start()
1307 r->r_cnt = cnt; in txp_start()
1313 r->r_cnt = firstcnt; in txp_start()
H A Dif_txpreg.h563 u_int32_t r_cnt; /* # descs in use */ member