Searched refs:thresholds (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c98 uint8_t thresholds[1204] = { 0 }; variable
115 mad_encode_field(thresholds, f, &val);
172 mad_decode_field(thresholds, field, &thres);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
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(uintptr_t) * MAX_DEPLETION_THRESHOLDS);
H A Dbm.h221 uint32_t depletionThresholds[MAX_DEPLETION_THRESHOLDS]; /**< depletion-entry/exit thresholds, if useThresholds is set. NB:
444 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
H A Dbm_ipc.h97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */ member in struct:t_BmIpcPoolThreshParams
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c133 if(p_Fm->p_FmDriverParam->thresholds.dispLimit > FPM_MAX_DISP_LIMIT)
134 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("thresholds.dispLimit can't be greater than %d", FPM_MAX_DISP_LIMIT));
2523 p_Fm->p_FmDriverParam->thresholds.dispLimit = DEFAULT_dispLimit;
2524 p_Fm->p_FmDriverParam->thresholds.prsDispTh = DEFAULT_prsDispTh;
2525 p_Fm->p_FmDriverParam->thresholds.plcrDispTh = DEFAULT_plcrDispTh;
2526 p_Fm->p_FmDriverParam->thresholds.kgDispTh = DEFAULT_kgDispTh;
2527 p_Fm->p_FmDriverParam->thresholds.bmiDispTh = DEFAULT_bmiDispTh;
2528 p_Fm->p_FmDriverParam->thresholds.qmiEnqDispTh = DEFAULT_qmiEnqDispTh;
2529 p_Fm->p_FmDriverParam->thresholds.qmiDeqDispTh = DEFAULT_qmiDeqDispTh;
2530 p_Fm->p_FmDriverParam->thresholds
[all...]
H A Dfm.h583 t_FmThresholds thresholds; member in struct:__anon8239
/freebsd-11-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-11-stable/sys/dev/dpaa/
H A Dbman.c203 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; local
248 thresholds[BM_POOL_DEP_THRESH_SW_ENTRY] = dep_sw_entry;
249 thresholds[BM_POOL_DEP_THRESH_SW_EXIT] = dep_sw_exit;
250 thresholds[BM_POOL_DEP_THRESH_HW_ENTRY] = dep_hw_entry;
251 thresholds[BM_POOL_DEP_THRESH_HW_EXIT] = dep_hw_exit;
252 error = BM_POOL_ConfigDepletion(pool, f_Depletion, thresholds);

Completed in 151 milliseconds