Home
last modified time | relevance | path

Searched refs:quanta (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_superg.h112 int quanta);
115 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) in ieee80211_ff_age_all() argument
120 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta); in ieee80211_ff_age_all()
121 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta); in ieee80211_ff_age_all()
122 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta); in ieee80211_ff_age_all()
123 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta); in ieee80211_ff_age_all()
H A Dieee80211_ageq.c164 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta) in ieee80211_ageq_age() argument
172 while ((m = aq->aq_head) != NULL && M_AGE_GET(m) < quanta) { in ieee80211_ageq_age()
182 M_AGE_SUB(m, quanta); in ieee80211_ageq_age()
H A Dieee80211_ageq.h53 struct mbuf *ieee80211_ageq_age(struct ieee80211_ageq *, int quanta);
H A Dieee80211_superg.c639 int quanta) in ieee80211_ff_age() argument
653 while ((m = sq->head) != NULL && M_AGE_GET(m) < quanta) { in ieee80211_ff_age()
667 M_AGE_SUB(m, quanta); in ieee80211_ff_age()
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst54 The scheduling quanta sets the number of events that the device attempts to
59 The scheduling quanta can be set using a string argument to the vdev
70 The credit quanta is the number of credits that a port will fetch at a time from
79 reducing the quanta may cause measurable performance impact but provide the
83 benefit from a higher or reduced quanta size, experimentation is required to
H A Ddlb.rst212 defined by its low watermark, high watermark, and refill quanta. These three
218 - The refill quanta is set to half the high watermark.
219 - The low watermark is set to the minimum of 16 and the refill quanta.
H A Ddlb2.rst203 defined by its low watermark, high watermark, and refill quanta. These three
209 - The refill quanta is set to half the high watermark.
210 - The low watermark is set to the minimum of 16 and the refill quanta.
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c891 int *quanta = opaque; in set_sched_quanta() local
892 *quanta = atoi(value); in set_sched_quanta()
893 if (*quanta < 0 || *quanta >= 4096) in set_sched_quanta()
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_regs.h1612 u32 quanta : 10; member
1623 u32 quanta : 10; member
1822 u32 quanta : 10; member
1833 u32 quanta : 10; member
H A Ddlb_resource.c5084 r10.field.quanta = args->ldb_credit_quantum; in dlb_ldb_port_configure_pp()
5090 r11.field.quanta = args->dir_credit_quantum; in dlb_ldb_port_configure_pp()
5743 r10.field.quanta = args->ldb_credit_quantum; in dlb_dir_port_configure_pp()
5749 r11.field.quanta = args->dir_credit_quantum; in dlb_dir_port_configure_pp()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-quanta-q71l.dts8 compatible = "quanta,q71l-bmc", "aspeed,ast2400";
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c3295 params->quanta); in al_eth_flow_control_config()
3304 params->quanta); in al_eth_flow_control_config()
3313 params->quanta); in al_eth_flow_control_config()
3393 reg = params->quanta | (params->quanta << 16); in al_eth_flow_control_config()
3420 reg = params->quanta | (params->quanta << 16); in al_eth_flow_control_config()
H A Dal_hal_eth.h272 uint16_t quanta; member
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb.c2225 uint16_t quanta = ev_port->credit_update_quanta; in dlb_replenish_sw_credits() local
2227 if (ev_port->inflight_credits >= quanta * 2) { in dlb_replenish_sw_credits()
2229 uint16_t val = ev_port->inflight_credits - quanta; in dlb_replenish_sw_credits()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c2151 uint16_t quanta = ev_port->credit_update_quanta; in dlb2_replenish_sw_credits() local
2153 if (ev_port->inflight_credits >= quanta * 2) { in dlb2_replenish_sw_credits()
2155 uint16_t val = ev_port->inflight_credits - quanta; in dlb2_replenish_sw_credits()