Home
last modified time | relevance | path

Searched refs:eStatCRCAlignErrors (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h165 …uint64_t eStatCRCAlignErrors; /**< Incremented when frames of correct length but with CRC err… member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c753 … p_Statistics->eStatCRCAlignErrors = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RALN) in DtsecGetStatistics()
764 p_Statistics->ifInErrors = p_Statistics->eStatsDropEvents + p_Statistics->eStatCRCAlignErrors in DtsecGetStatistics()
H A Dtgec.c407 p_Statistics->eStatCRCAlignErrors = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_RALN); in TgecGetStatistics()
H A Dmemac.c562 …p_Statistics->eStatCRCAlignErrors = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RA… in MemacGetStatistics()