Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/ncsw/inc/Peripherals/
HDfm_mac_ext.h165 …uint64_t eStatCRCAlignErrors; /**< Incremented when frames of correct length but with CRC err… member
/freebsd-14-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
HDdtsec.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()
HDtgec.c407 p_Statistics->eStatCRCAlignErrors = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_RALN); in TgecGetStatistics()
HDmemac.c562 …p_Statistics->eStatCRCAlignErrors = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RA… in MemacGetStatistics()