Home
last modified time | relevance | path

Searched refs:FM_PCD_CC_STATS_MAX_NUM_OF_FLR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1769 #define FM_PCD_CC_STATS_MAX_NUM_OF_FLR 10 /* Maximal supported number of frame length ranges … macro
1936 uint16_t frameLengthRanges[FM_PCD_CC_STATS_MAX_NUM_OF_FLR];
2047 uint32_t frameLengthRangeCount[FM_PCD_CC_STATS_MAX_NUM_OF_FLR];
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c3671 for (i = 1; i < FM_PCD_CC_STATS_MAX_NUM_OF_FLR; i++) in ValidateAndCalcStatsParams()
3684 if ((i >= FM_PCD_CC_STATS_MAX_NUM_OF_FLR) in ValidateAndCalcStatsParams()