Home
last modified time | relevance | path

Searched refs:MAX_DEPLETION_THRESHOLDS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h416 #define MAX_DEPLETION_THRESHOLDS 4 macro
508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */
H A Dbm.h222 …uint32_t depletionThresholds[MAX_DEPLETION_THRESHOLDS]; /**< depletion-ent…
H A Dbm.c261 memcpy(ipcPoolThresh.thresholds, thresholds, sizeof(uint32_t) * MAX_DEPLETION_THRESHOLDS); in BmSetPoolThresholds()
/freebsd/sys/dev/dpaa/
H A Dbman.c197 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; in bman_pool_create()