Home
last modified time | relevance | path

Searched refs:fman_dtsec_get_stat_counter (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c711 p_Statistics->eStatPkts64 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR64) in DtsecGetStatistics()
727 p_Statistics->ifInOctets = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RBYT) in DtsecGetStatistics()
729 p_Statistics->ifInPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RPKT) in DtsecGetStatistics()
736 p_Statistics->ifOutOctets = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TBYT) in DtsecGetStatistics()
738 p_Statistics->ifOutPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TPKT) in DtsecGetStatistics()
747 p_Statistics->eStatFragments = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RFRG) in DtsecGetStatistics()
749 p_Statistics->eStatJabbers = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RJBR) in DtsecGetStatistics()
759 p_Statistics->reStatPause = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RXPF) in DtsecGetStatistics()
761 p_Statistics->teStatPause = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TXPF) in DtsecGetStatistics()
769 p_Statistics->ifOutDiscards = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TDRP) in DtsecGetStatistics()
[all …]
H A Dfman_dtsec.c747 uint32_t fman_dtsec_get_stat_counter(struct dtsec_regs *regs, in fman_dtsec_get_stat_counter() function
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h1086 uint32_t fman_dtsec_get_stat_counter(struct dtsec_regs *regs,