Home
last modified time | relevance | path

Searched refs:thresholds (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c257 int bm_pool_set(u32 bpid, const u32 *thresholds) in bm_pool_set() argument
264 __generate_thresh(thresholds[0], 0)); in bm_pool_set()
266 __generate_thresh(thresholds[1], 1)); in bm_pool_set()
268 __generate_thresh(thresholds[2], 0)); in bm_pool_set()
270 __generate_thresh(thresholds[3], 1)); in bm_pool_set()
H A Dbman.c199 int ret = bm_pool_set(bpid, params->thresholds); in bman_new_pool()
348 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds) in bman_update_pool_thresholds() argument
354 return bm_pool_set(bpid, thresholds); in bman_update_pool_thresholds()
H A Dbman_priv.h87 int bm_pool_set(u32 bpid, const u32 *thresholds);
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c112 ipcPoolThresh.thresholds)) != E_OK) in BmHandleIpcMsgCB()
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) in BmSetPoolThresholds() argument
248 thresholds[0], in BmSetPoolThresholds()
249 thresholds[1], in BmSetPoolThresholds()
250 thresholds[2], in BmSetPoolThresholds()
251 thresholds[3]); in BmSetPoolThresholds()
261 memcpy(ipcPoolThresh.thresholds, thresholds, sizeof(uint32_t) * MAX_DEPLETION_THRESHOLDS); in BmSetPoolThresholds()
H A Dbm_ipc.h97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */
H A Dbm.h446 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h182 u32 thresholds[4]; member
333 int bman_update_pool_thresholds(struct bman_pool *pool, const u32 *thresholds);
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dqcom,bcm-voter.yaml16 thresholds values from consumers by communicating through their respective
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs43130.txt36 Define 2 DC impedance thresholds in ohms for HP output control.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
/f-stack/dpdk/doc/guides/eventdevs/
H A Docteontx2.rst75 thresholds. GGRPs that have higher importance can be assigned higher
76 thresholds than the rest. The dictionary format is as follows
H A Ddlb2.rst369 DLB2 supports setting and tracking queue depth thresholds. Hardware uses
370 the thresholds to track how full a queue is compared to its threshold.
376 - Greater than 100% of depth thresholds
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml48 platform-data regarding temperature thresholds and the mitigation actions
49 to take when the temperature crosses those thresholds.
176 crosses one of the temperature thresholds described in the trips
H A Dexynos-thermal.txt44 temperature thresholds. Number of supported thermal trip points depends
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst52 Specifically, some thresholds are checked to see whether a specific core running a DPDK polling thr…
328 The assumption is that the Rx queue size is 128 and the thresholds specified above
364 …The thresholds specified above need to be adjusted for different Intel processors and traffic prof…
390 …application will start in normal mode, and will use either the default thresholds or those supplie…
404 To initially obtain the ideal thresholds for the system, the training
415 cores. The thresholds should be very similar for each core.
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml21 functions like thresholds/data ready interrupts, its status and masks,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst160 change thresholds for a given system. The thresholds will differ from
H A Dtraffic_management.rst117 algorithm uses a separate set of RED thresholds for each packet color and uses
118 separate set of RED thresholds for each packet color.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dibm,emac.txt39 thresholds).
41 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
H A Dethernet-controller.yaml121 such as flow control thresholds.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/
H A Dbman.txt15 originally created by software with configurable depletion thresholds. This
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A D8250.yaml171 TX FIFO thresholds.
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml283 deep-touch events relative to their respective thresholds.
389 ent thresholds or hysteresis (if applicable).
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap3-n950-n9.dtsi317 /* Interrupt line 1 for thresholds */

12