Searched refs:quanta (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.h108 int quanta);
111 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) argument
116 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta);
117 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta);
118 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta);
119 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta);
H A Dieee80211_ageq.h51 struct mbuf *ieee80211_ageq_age(struct ieee80211_ageq *, int quanta);
H A Dieee80211_ageq.c158 * exceeds the time quanta then remove it. The list of removed
162 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta) argument
170 while ((m = aq->aq_head) != NULL && M_AGE_GET(m) < quanta) {
180 M_AGE_SUB(m, quanta);
H A Dieee80211_superg.c625 int quanta)
639 while ((m = sq->head) != NULL && M_AGE_GET(m) < quanta) {
653 M_AGE_SUB(m, quanta);
624 ieee80211_ff_age(struct ieee80211com *ic, struct ieee80211_stageq *sq, int quanta) argument
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c267 int quanta; /* Number of quanta per second */ member in struct:cam_iosched_softc
393 ios->l_value1 = ios->current / ios->softc->quanta;
441 ios->l_value1 = ios->current * 1000 / ios->softc->quanta;
458 * We also allow up to 4 quanta of credits to
513 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc);
756 callout_reset(&isc->ticker, hz / isc->quanta, cam_iosched_ticker, isc);
827 int *quanta; local
830 quanta = (unsigned *)arg1;
831 value = *quanta;
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c3034 /* set quanta value */
3037 params->quanta);
3043 /* set quanta value */
3046 params->quanta);
3047 /* set quanta threshold value */
3052 /* set quanta value */
3055 params->quanta);
3056 /* set quanta threshold value */
3134 /* set quanta value (same value for all prios) */
3135 reg = params->quanta | (param
[all...]
H A Dal_hal_eth.h271 uint16_t quanta; member in struct:al_eth_flow_control_params
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2223 dtrace_aggregate_quantize(uint64_t *quanta, uint64_t nval, uint64_t incr) argument
2231 quanta[i] += incr;
2238 quanta[i - 1] += incr;
2243 quanta[DTRACE_QUANTIZE_NBUCKETS - 1] += incr;

Completed in 416 milliseconds