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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h471 e_FmPcdManipReassemWaysNumber numOfFramesPerHashEntry[2]; member in struct:t_ReassmParams::__anon10798::__anon10799
483 e_FmPcdManipReassemWaysNumber numOfFramesPerHashEntry; member in struct:t_ReassmParams::__anon10798::__anon10800
H A Dfm_manip.c2066 numOfWays = p_Manip->reassmParams.ip.numOfFramesPerHashEntry[0];
2077 numOfWays = p_Manip->reassmParams.ip.numOfFramesPerHashEntry[1];
2090 numOfWays = p_Manip->reassmParams.capwap.numOfFramesPerHashEntry;
3107 if (p_ManipParams->numOfFramesPerHashEntry == e_FM_PCD_MANIP_FOUR_WAYS_HASH)
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"));
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"));
3155 if (p_ManipParams->numOfFramesPerHashEntry == e_FM_PCD_MANIP_EIGHT_WAYS_HASH)
3637 p_Manip->reassmParams.ip.numOfFramesPerHashEntry[0] =
3638 reassmManipParams.numOfFramesPerHashEntry[0];
3639 p_Manip->reassmParams.ip.numOfFramesPerHashEntry[
[all...]
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2185 In case numOfFramesPerHashEntry == e_FM_PCD_MANIP_FOUR_WAYS_HASH,
2187 In case numOfFramesPerHashEntry == e_FM_PCD_MANIP_EIGHT_WAYS_HASH,
2203 e_FmPcdManipReassemWaysNumber numOfFramesPerHashEntry;/**< Number of frames per hash entry (needed for the reassembly process) */ member in struct:t_CapwapReassemblyParams
2325 e_FmPcdManipReassemWaysNumber numOfFramesPerHashEntry[2]; member in struct:t_FmPcdManipReassemIpParams
2327 numOfFramesPerHashEntry[0] - for ipv4 (max value is e_FM_PCD_MANIP_EIGHT_WAYS_HASH);
2328 numOfFramesPerHashEntry[1] - for ipv6 (max value is e_FM_PCD_MANIP_SIX_WAYS_HASH). */
2331 In the case numOfFramesPerHashEntry == e_FM_PCD_MANIP_FOUR_WAYS_HASH,
2333 In the case numOfFramesPerHashEntry == e_FM_PCD_MANIP_EIGHT_WAYS_HASH,
2416 e_FmPcdManipReassemWaysNumber numOfFramesPerHashEntry; member in struct:t_FmPcdManipReassemCapwapParams
2420 In the case numOfFramesPerHashEntry
[all...]

Completed in 114 milliseconds