Searched refs:rif (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/netgraph/atm/
H A Dng_atm.h94 { "rif", &ng_parse_uint8_type }, \
148 uint8_t rif; /* ABR: RIF */ member in struct:ngm_atm_cpcs_init
172 { "rif", &ng_parse_uint8_type }, \
H A Dng_atm.c766 if (arg->rif > 0xf)
768 data.param.tparam.rif = arg->rif;
/freebsd-10.1-release/sbin/atm/atmconfig/
H A Datmconfig.help206 abr <pcr> <mcr> <icr> <tbe> <nrm> <trm> <adtf> <rif> <rdf> <cdf>
H A Dnatm.c68 u_int tbe, nrm, trm, adtf, rif, rdf, cdf; member in struct:natm_route
209 r->rif = GET1();
675 r->rif, r->rdf, r->cdf);
H A Ddiag.c977 v->tparam.trm, v->tparam.adtf, v->tparam.rif,
/freebsd-10.1-release/sys/dev/hatm/
H A Dif_hatm_tx.c591 t->trm != 0 || t->adtf != 0 || t->rif != 0 || t->rdf != 0 ||
605 t->trm != 0 || t->adtf != 0 || t->rif != 0 || t->rdf != 0 ||
640 t->trm > 7 || t->adtf >= 1 << 10 || t->rif > 15 ||
761 (t->rif << HE_REGS_TSR13_RIF) |
/freebsd-10.1-release/sys/net/
H A Dif_atm.h113 uint8_t rif; /* 4bit: ABR RIF */ member in struct:atmio_tparam
/freebsd-10.1-release/sys/dev/patm/
H A Dif_patm_tx.c848 get_air_table(struct patm_softc *sc, u_int rif, u_int pcr) argument
868 if (rif >= patm_rtables_ntab)
869 rif = patm_rtables_ntab - 1;
870 increase = pcr >> rif;
957 air = get_air_table(sc, vcc->vcc.tparam.rif,
/freebsd-10.1-release/sys/netinet/
H A Dif_atm.c206 GET1BYTE(op.param.tparam.rif, addr, alen);
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h2430 uint64_t rif : 1; /**< BiST result of the RIF memories (0=pass, !0=fail) */ member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
2450 uint64_t rif : 1;

Completed in 91 milliseconds