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

/freebsd-13-stable/sys/dev/dpaa/
H A Dqman.c350 fqr.congestionAvoidanceParams.overheadAccountingLength =
356 fqr.congestionAvoidanceParams.overheadAccountingLength = 0;
/freebsd-13-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:__anon9912
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1027 if(p_CgParams->overheadAccountingLength)
1031 fq_opts.fqd.td_thresh = (uint16_t)(QM_FQD_TD_THRESH_OAC_EN | p_CgParams->overheadAccountingLength);
1034 if((flags & QM_FQCTRL_TDE) && (!p_CgParams->overheadAccountingLength))
1074 if((flags & QM_FQCTRL_TDE) && (p_CgParams->overheadAccountingLength))
1091 if((flags & QM_FQCTRL_TDE) && (p_CgParams->overheadAccountingLength))

Completed in 107 milliseconds