Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h3464 t_FmPcdCcKeyStatistics *p_KeyStatistics);
3521 t_FmPcdCcKeyStatistics *p_KeyStatistics);
3744 t_FmPcdCcKeyStatistics *p_KeyStatistics);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c4288 t_FmPcdCcKeyStatistics *p_KeyStatistics) in MatchTableGetKeyStatistics() argument
4300 memset(p_KeyStatistics, 0, sizeof(t_FmPcdCcKeyStatistics)); in MatchTableGetKeyStatistics()
4306 p_KeyStatistics->byteCount = GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()
4313 p_KeyStatistics->frameCount += GET_UINT32(*p_StatsCounters); in MatchTableGetKeyStatistics()
4316 p_KeyStatistics->frameLengthRangeCount[i - 1] = in MatchTableGetKeyStatistics()
6988 t_FmPcdCcKeyStatistics *p_KeyStatistics) in FM_PCD_MatchTableGetKeyStatistics() argument
6995 SANITY_CHECK_RETURN_ERROR(p_KeyStatistics, E_NULL_POINTER); in FM_PCD_MatchTableGetKeyStatistics()
7005 err = MatchTableGetKeyStatistics(p_CcNode, keyIndex, p_KeyStatistics); in FM_PCD_MatchTableGetKeyStatistics()
7040 t_FmPcdCcKeyStatistics *p_KeyStatistics) in FM_PCD_MatchTableFindNGetKeyStatistics() argument
7048 SANITY_CHECK_RETURN_ERROR(p_KeyStatistics, E_NULL_POINTER); in FM_PCD_MatchTableFindNGetKeyStatistics()
[all …]