Searched refs:overheadAccountingLength (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/dpaa/
H A Dqman.c350 fqr.congestionAvoidanceParams.overheadAccountingLength =
356 fqr.congestionAvoidanceParams.overheadAccountingLength = 0;
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h835 int8_t overheadAccountingLength; /**< For each frame add this number for CG calculation member in struct:__anon8335
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c988 if(p_CgParams->overheadAccountingLength)
992 fq_opts.fqd.td_thresh = (uint16_t)(QM_FQD_TD_THRESH_OAC_EN | p_CgParams->overheadAccountingLength);
995 if((flags & QM_FQCTRL_TDE) && (!p_CgParams->overheadAccountingLength))
1040 if((flags & QM_FQCTRL_TDE) && (p_CgParams->overheadAccountingLength))
1057 if((flags & QM_FQCTRL_TDE) && (p_CgParams->overheadAccountingLength))

Completed in 145 milliseconds