Lines Matching refs:maxNumFramesInProcess
1734 …size = (uint16_t)(p_Manip->capwapFragParams.maxNumFramesInProcess*2 + fmPortGetSetCcParams.getCcPa… in UpdateInitCapwapReasm()
1948 size = p_Manip->reassmParams.maxNumFramesInProcess + 129; in CreateReassCommonTable()
2129 numOfEntries = (uint32_t)(p_Manip->reassmParams.maxNumFramesInProcess * 2); in CreateReassTable()
3103 if (!POWER_OF_2(p_ManipParams->maxNumFramesInProcess)) in CapwapReassembly()
3109 if ((p_ManipParams->maxNumFramesInProcess < 4) || in CapwapReassembly()
3110 (p_ManipParams->maxNumFramesInProcess > 512)) in CapwapReassembly()
3115 if ((p_ManipParams->maxNumFramesInProcess < 8) || in CapwapReassembly()
3116 (p_ManipParams->maxNumFramesInProcess > 2048)) in CapwapReassembly()
3138 …(uint32_t)(p_ManipParams->maxNumFramesInProcess * 2 * FM_PCD_MANIP_CAPWAP_REASM_AUTO_LEARNING_HASH… in CapwapReassembly()
3144 …capwapFragParams.p_AutoLearnHashTbl, 0, (uint32_t)(p_ManipParams->maxNumFramesInProcess * 2 * FM_P… in CapwapReassembly()
3163 numOfSets = (uint8_t)((p_ManipParams->maxNumFramesInProcess * 2) / i); in CapwapReassembly()
3169 for (j=0; j<p_ManipParams->maxNumFramesInProcess*2; j++) in CapwapReassembly()
3179 p_Manip->capwapFragParams.maxNumFramesInProcess = p_ManipParams->maxNumFramesInProcess; in CapwapReassembly()
3621 if (reassmManipParams.maxNumFramesInProcess in IpReassembly()
3622 > (reassmManipParams.maxNumFramesInProcess * maxSetNumber / 2)) in IpReassembly()
3643 p_Manip->reassmParams.maxNumFramesInProcess = in IpReassembly()
3644 reassmManipParams.maxNumFramesInProcess; in IpReassembly()
4243 if (reassmManipParams.maxNumFramesInProcess in CapwapReassembly()
4244 > (reassmManipParams.maxNumFramesInProcess * maxSetNumber / 2)) in CapwapReassembly()
4257 p_Manip->reassmParams.maxNumFramesInProcess = in CapwapReassembly()
4258 reassmManipParams.maxNumFramesInProcess; in CapwapReassembly()