Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3770 if (!p_FmPortPerformanceCnt->taskCompVal in FM_PORT_SetPerformanceCountersParams()
3776 if (!p_FmPortPerformanceCnt->dmaCompVal in FM_PORT_SetPerformanceCountersParams()
3782 if (!p_FmPortPerformanceCnt->fifoCompVal in FM_PORT_SetPerformanceCountersParams()
3798 if (!p_FmPortPerformanceCnt->queueCompVal in FM_PORT_SetPerformanceCountersParams()
3799 || (p_FmPortPerformanceCnt->queueCompVal in FM_PORT_SetPerformanceCountersParams()
3808 if (!p_FmPortPerformanceCnt->queueCompVal in FM_PORT_SetPerformanceCountersParams()
3809 || (p_FmPortPerformanceCnt->queueCompVal in FM_PORT_SetPerformanceCountersParams()
3818 if (p_FmPortPerformanceCnt->queueCompVal) in FM_PORT_SetPerformanceCountersParams()
3828 params.task_val = p_FmPortPerformanceCnt->taskCompVal; in FM_PORT_SetPerformanceCountersParams()
3830 params.dma_val = p_FmPortPerformanceCnt->dmaCompVal; in FM_PORT_SetPerformanceCountersParams()
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h2104 …RT_SetPerformanceCountersParams(t_Handle h_FmPort, t_FmPortPerformanceCnt *p_FmPortPerformanceCnt);