Searched refs:eStatsDropEvents (Results 1 – 4 of 4) sorted by relevance
164 …uint64_t eStatsDropEvents; /**< number of dropped packets due to internal errors of the MA… member
751 p_Statistics->eStatsDropEvents = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RDRP) in DtsecGetStatistics()763 p_Statistics->ifInDiscards = p_Statistics->eStatsDropEvents; in DtsecGetStatistics()764 p_Statistics->ifInErrors = p_Statistics->eStatsDropEvents + p_Statistics->eStatCRCAlignErrors in DtsecGetStatistics()
406 p_Statistics->eStatsDropEvents = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_RDRP); in TgecGetStatistics()
561 …p_Statistics->eStatsDropEvents = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RD… in MemacGetStatistics()