Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h166 …uint64_t eStatUndersizePkts; /**< Incremented for frames under 64 bytes with a valid FCS and… member
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c409 p_Statistics->eStatUndersizePkts = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_TRUND); in TgecGetStatistics()
H A Dmemac.c564 …p_Statistics->eStatUndersizePkts = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_TU… in MemacGetStatistics()
H A Ddtsec.c755 p_Statistics->eStatUndersizePkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RUND) in DtsecGetStatistics()