Searched refs:statisticsLevel (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h223 e_FmMacStatisticsLevel statisticsLevel; member in struct:__anon9680
H A Ddtsec.c704 if (p_Dtsec->statisticsLevel == e_FM_MAC_NONE_STATISTICS)
709 if (p_Dtsec->statisticsLevel == e_FM_MAC_FULL_STATISTICS)
1037 static t_Error DtsecSetStatistics(t_Handle h_Dtsec, e_FmMacStatisticsLevel statisticsLevel) argument
1045 p_Dtsec->statisticsLevel = statisticsLevel;
1048 (enum dtsec_stat_level)statisticsLevel);
1052 switch (statisticsLevel)
H A Dfm_mac.h76 t_Error (*f_FM_MAC_SetStatistics) (t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);
H A Dfm_mac.c436 t_Error FM_MAC_SetStatistics (t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel) argument
443 return p_FmMacControllerDriver->f_FM_MAC_SetStatistics(h_FmMac, statisticsLevel);
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h631 @Param[in] statisticsLevel - Full statistics level provides all standard counters but may
640 t_Error FM_MAC_SetStatistics(t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);

Completed in 168 milliseconds