Searched refs:p_FmPortPerformanceCnt (Results 1 – 2 of 2) sorted by relevance
3761 t_Handle h_FmPort, t_FmPortPerformanceCnt *p_FmPortPerformanceCnt) in FM_PORT_SetPerformanceCountersParams() argument3770 if (!p_FmPortPerformanceCnt->taskCompVal in FM_PORT_SetPerformanceCountersParams()3771 || (p_FmPortPerformanceCnt->taskCompVal > p_FmPort->tasks.num)) in FM_PORT_SetPerformanceCountersParams()3775 …CompVal (%d) has to be in the range of 1 - %d (current value)!", p_FmPortPerformanceCnt->taskCompV… in FM_PORT_SetPerformanceCountersParams()3776 if (!p_FmPortPerformanceCnt->dmaCompVal in FM_PORT_SetPerformanceCountersParams()3777 || (p_FmPortPerformanceCnt->dmaCompVal > p_FmPort->openDmas.num)) in FM_PORT_SetPerformanceCountersParams()3781 …CompVal (%d) has to be in the range of 1 - %d (current value)!", p_FmPortPerformanceCnt->dmaCompVa… in FM_PORT_SetPerformanceCountersParams()3782 if (!p_FmPortPerformanceCnt->fifoCompVal in FM_PORT_SetPerformanceCountersParams()3783 || (p_FmPortPerformanceCnt->fifoCompVal > p_FmPort->fifoBufs.num)) in FM_PORT_SetPerformanceCountersParams()3787 …mpVal (%d) has to be in the range of 256 - %d (current value)!", p_FmPortPerformanceCnt->fifoCompV… in FM_PORT_SetPerformanceCountersParams()[all …]
2104 …RT_SetPerformanceCountersParams(t_Handle h_FmPort, t_FmPortPerformanceCnt *p_FmPortPerformanceCnt);