Searched refs:t_FmMacStatistics (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h152 typedef struct t_FmMacStatistics { struct
198 } t_FmMacStatistics; typedef in typeref:struct:t_FmMacStatistics
654 t_Error FM_MAC_GetStatistics(t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h108 t_Error (*f_FM_MAC_GetStatistics) (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
H A Dfm_mac.c450 t_Error FM_MAC_GetStatistics (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics)
H A Ddtsec.c693 static t_Error DtsecGetStatistics(t_Handle h_Dtsec, t_FmMacStatistics *p_Statistics)
707 memset(p_Statistics, 0xff, sizeof(t_FmMacStatistics));
H A Dmemac.c542 static t_Error MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics)
H A Dtgec.c384 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics)

Completed in 117 milliseconds