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

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h422 uint16_t maxNumFramesInProcess; member in struct:__anon9635
452 uint32_t maxNumFramesInProcess; member in struct:t_ReassmParams
H A Dfm_manip.c1733 /*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 <
[all...]
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2184 uint16_t maxNumFramesInProcess; /**< Number of frames which can be reassembled concurrently; must be power of 2. member in struct:t_CapwapReassemblyParams
2186 maxNumFramesInProcess has to be in the range of 4 - 512,
2188 maxNumFramesInProcess has to be in the range of 8 - 2048 */
2329 uint16_t maxNumFramesInProcess; /**< Number of frames which can be processed by Reassembly in the same time; member in struct:t_FmPcdManipReassemIpParams
2332 maxNumFramesInProcess has to be in the range of 4 - 512;
2334 maxNumFramesInProcess has to be in the range of 8 - 2048. */
2418 uint16_t maxNumFramesInProcess; /**< Number of frames which can be processed by reassembly in the same time; member in struct:t_FmPcdManipReassemCapwapParams
2421 maxNumFramesInProcess has to be in the range of 4 - 512;
2423 maxNumFramesInProcess has to be in the range of 8 - 2048. */

Completed in 84 milliseconds