Home
last modified time | relevance | path

Searched refs:p_CgParams (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c961 t_QmFqrCongestionAvoidanceParams *p_CgParams, in qm_new_fq() argument
1017 ASSERT_COND(p_CgParams); in qm_new_fq()
1021 ASSERT_COND(p_CgParams->h_QmCg); in qm_new_fq()
1025 fq_opts.fqd.cgid = QmCgGetCgId(p_CgParams->h_QmCg); in qm_new_fq()
1027 if(p_CgParams->overheadAccountingLength) in qm_new_fq()
1031 …fq_opts.fqd.td_thresh = (uint16_t)(QM_FQD_TD_THRESH_OAC_EN | p_CgParams->overheadAccountingLength); in qm_new_fq()
1034 if((flags & QM_FQCTRL_TDE) && (!p_CgParams->overheadAccountingLength)) in qm_new_fq()
1036 ASSERT_COND(p_CgParams->fqTailDropThreshold); in qm_new_fq()
1041 gap = (int)p_CgParams->fqTailDropThreshold; in qm_new_fq()
1045 tmp = ABS((int)(p_CgParams->fqTailDropThreshold - tmpA*(1<<tmpN))); in qm_new_fq()
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h1170 t_Handle QM_CG_Create(t_QmCgParams *p_CgParams);