• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/

Lines Matching refs:maxNumFramesInProcess

1733             /*recommendation of Microcode team - (maxNumFramesInProcess * 2) */
1734 size = (uint16_t)(p_Manip->capwapFragParams.maxNumFramesInProcess*2 + fmPortGetSetCcParams.getCcParams.numOfTasks);
1948 size = p_Manip->reassmParams.maxNumFramesInProcess + 129;
2129 numOfEntries = (uint32_t)(p_Manip->reassmParams.maxNumFramesInProcess * 2);
3103 if (!POWER_OF_2(p_ManipParams->maxNumFramesInProcess))
3104 RETURN_ERROR(MAJOR, E_INVALID_VALUE,("maxNumFramesInProcess has to be power of 2"));
3109 if ((p_ManipParams->maxNumFramesInProcess < 4) ||
3110 (p_ManipParams->maxNumFramesInProcess > 512))
3111 RETURN_ERROR(MAJOR,E_INVALID_VALUE, ("In the case of numOfFramesPerHashEntry = e_FM_PCD_MANIP_EIGHT_WAYS_HASH maxNumFramesInProcess has to be in the range 4-512"));
3115 if ((p_ManipParams->maxNumFramesInProcess < 8) ||
3116 (p_ManipParams->maxNumFramesInProcess > 2048))
3117 RETURN_ERROR(MAJOR,E_INVALID_VALUE, ("In the case of numOfFramesPerHashEntry = e_FM_PCD_MANIP_FOUR_WAYS_HASH maxNumFramesInProcess has to be in the range 8-2048"));
3138 (uint32_t)(p_ManipParams->maxNumFramesInProcess * 2 * FM_PCD_MANIP_CAPWAP_REASM_AUTO_LEARNING_HASH_ENTRY_SIZE),
3144 MemSet8(p_Manip->capwapFragParams.p_AutoLearnHashTbl, 0, (uint32_t)(p_ManipParams->maxNumFramesInProcess * 2 * FM_PCD_MANIP_CAPWAP_REASM_AUTO_LEARNING_HASH_ENTRY_SIZE));
3163 numOfSets = (uint8_t)((p_ManipParams->maxNumFramesInProcess * 2) / i);
3169 for (j=0; j<p_ManipParams->maxNumFramesInProcess*2; j++)
3179 p_Manip->capwapFragParams.maxNumFramesInProcess = p_ManipParams->maxNumFramesInProcess;
3621 if (reassmManipParams.maxNumFramesInProcess
3622 > (reassmManipParams.maxNumFramesInProcess * maxSetNumber / 2))
3626 ("maxNumFramesInProcess has to be less than (maximun set number * number of ways / 2)"));
3643 p_Manip->reassmParams.maxNumFramesInProcess =
3644 reassmManipParams.maxNumFramesInProcess;
4243 if (reassmManipParams.maxNumFramesInProcess
4244 > (reassmManipParams.maxNumFramesInProcess * maxSetNumber / 2))
4248 ("maxNumFramesInProcess has to be less than (maximun set number * number of ways / 2)"));
4257 p_Manip->reassmParams.maxNumFramesInProcess =
4258 reassmManipParams.maxNumFramesInProcess;