Home
last modified time | relevance | path

Searched refs:rtFramesDepth (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c179 if (!p_Qm->p_QmDriverParams->rtFramesDepth) in CheckQmParameters()
181 if (p_Qm->p_QmDriverParams->rtFramesDepth > ((16*MEGABYTE)*3)) in CheckQmParameters()
700 p_Qm->p_QmDriverParams->rtFramesDepth = DEFAULT_rtFramesDepth; in QM_Config()
803 dsSize = (uint32_t)(p_QmDriverParams->rtFramesDepth * (PFDR_ENTRY_SIZE/3)); in QM_Init()
959 t_Error QM_ConfigRTFramesDepth(t_Handle h_Qm, uint32_t rtFramesDepth) in QM_ConfigRTFramesDepth() argument
966 p_Qm->p_QmDriverParams->rtFramesDepth = rtFramesDepth; in QM_ConfigRTFramesDepth()
H A Dqm.h462 uint32_t rtFramesDepth; member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h338 t_Error QM_ConfigRTFramesDepth(t_Handle h_Qm, uint32_t rtFramesDepth);