Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h416 #define MAX_DEPLETION_THRESHOLDS 4 macro
508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
/f-stack/freebsd/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()