| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_superg.h | 112 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 D | ieee80211_ageq.c | 164 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 D | ieee80211_ageq.h | 53 struct mbuf *ieee80211_ageq_age(struct ieee80211_ageq *, int quanta);
|
| H A D | ieee80211_superg.c | 639 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 D | sw.rst | 54 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 D | dlb.rst | 212 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 D | dlb2.rst | 203 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 D | sw_evdev.c | 891 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 D | dlb_regs.h | 1612 u32 quanta : 10; member 1623 u32 quanta : 10; member 1822 u32 quanta : 10; member 1833 u32 quanta : 10; member
|
| H A D | dlb_resource.c | 5084 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 D | aspeed-bmc-quanta-q71l.dts | 8 compatible = "quanta,q71l-bmc", "aspeed,ast2400";
|
| /f-stack/freebsd/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth_main.c | 3295 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 D | al_hal_eth.h | 272 uint16_t quanta; member
|
| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | dlb.c | 2225 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 D | dlb2.c | 2151 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()
|