Searched refs:tbe (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/usr.sbin/bhyve/
H A Dblock_if.c122 struct blockif_elem *be, *tbe; local
144 TAILQ_FOREACH(tbe, &bc->bc_pendq, be_link) {
145 if (tbe->be_block == breq->br_offset)
148 if (tbe == NULL) {
149 TAILQ_FOREACH(tbe, &bc->bc_busyq, be_link) {
150 if (tbe->be_block == breq->br_offset)
154 if (tbe == NULL)
185 struct blockif_elem *tbe; local
191 TAILQ_FOREACH(tbe, &bc->bc_pendq, be_link) {
192 if (tbe
[all...]
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_cdnr.h276 struct tbe { struct
288 struct tbe tb; /* token bucket */
298 struct tbe cmtd_tb; /* committed tb profile */
299 struct tbe peak_tb; /* peak tb profile */
H A Daltq_cdnr.c94 static void tb_import_profile(struct tbe *, struct tb_profile *);
525 struct tbe *tb;
/freebsd-10-stable/sys/netgraph/atm/
H A Dng_atm.h90 { "tbe", &ng_parse_uint32_type }, \
144 uint32_t tbe; /* ABR: Transmit buffer exposure */ member in struct:ngm_atm_cpcs_init
168 { "tbe", &ng_parse_uint32_type }, \
H A Dng_atm.c750 if (arg->tbe == 0 || arg->tbe > (1 << 24))
752 data.param.tparam.tbe = arg->tbe;
/freebsd-10-stable/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
201 r->tbe = GET3();
674 r->tbe, r->nrm, r->trm, r->adtf,
H A Ddiag.c976 v->tparam.icr, v->tparam.tbe, v->tparam.nrm,
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_tx.c590 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 ||
604 if (t->mcr != 0 || t->icr != 0 || t->tbe != 0 || t->nrm != 0 ||
639 if (t->tbe == 0 || t->tbe >= 1 << 24 || t->nrm > 7 ||
726 if ((crm = t->tbe / NRM_CODE2VAL(t->nrm)) > 0xffff)
/freebsd-10-stable/sys/net/
H A Dif_atm.h109 uint32_t tbe; /* 24bit: ABR TBE (1...2^24-1) */ member in struct:atmio_tparam
/freebsd-10-stable/sys/netinet/
H A Dif_atm.c202 GET3BYTE(op.param.tparam.tbe, addr, alen);
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_tx.c160 if (vcc->vcc.tparam.tbe == 0 ||
949 tmp = vcc->vcc.tparam.tbe / vcc->vcc.tparam.nrm;
950 if (tmp * vcc->vcc.tparam.nrm < vcc->vcc.tparam.tbe)

Completed in 210 milliseconds