Searched refs:thresholds (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */ member in struct:t_BmIpcPoolThreshParams
H A Dbm.c112 ipcPoolThresh.thresholds)) != E_OK)
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) argument
248 thresholds[0],
249 thresholds[1],
250 thresholds[2],
251 thresholds[3]);
261 memcpy(ipcPoolThresh.thresholds, thresholds, sizeof(uint32_t) * MAX_DEPLETION_THRESHOLDS);
H A Dbm.h222 uint32_t depletionThresholds[MAX_DEPLETION_THRESHOLDS]; /**< depletion-entry/exit thresholds, if useThresholds is set. NB:
446 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
/freebsd-13-stable/sys/dev/dpaa/
H A Dbman.c202 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; local
247 thresholds[BM_POOL_DEP_THRESH_SW_ENTRY] = dep_sw_entry;
248 thresholds[BM_POOL_DEP_THRESH_SW_EXIT] = dep_sw_exit;
249 thresholds[BM_POOL_DEP_THRESH_HW_ENTRY] = dep_hw_entry;
250 thresholds[BM_POOL_DEP_THRESH_HW_EXIT] = dep_hw_exit;
251 error = BM_POOL_ConfigDepletion(pool, f_Depletion, thresholds);
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h408 The thresholds are represent by an array of size MAX_DEPLETION_THRESHOLDS
492 @Description Config depletion-entry/exit thresholds and callback.
496 @Param[in] thresholds - depletion-entry/exit thresholds.
508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c98 uint8_t thresholds[1204] = { 0 }; variable
115 mad_encode_field(thresholds, f, &val);
179 mad_decode_field(thresholds, field, &thres);

Completed in 141 milliseconds