Searched refs:fman_dtsec_get_stat_counter (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | dtsec.c | 711 p_Statistics->eStatPkts64 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR64) in DtsecGetStatistics() 713 … p_Statistics->eStatPkts65to127 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR127) in DtsecGetStatistics() 715 … p_Statistics->eStatPkts128to255 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR255) in DtsecGetStatistics() 717 … p_Statistics->eStatPkts256to511 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR511) in DtsecGetStatistics() 719 … p_Statistics->eStatPkts512to1023 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR1K) in DtsecGetStatistics() 721 … p_Statistics->eStatPkts1024to1518 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TRMAX) in DtsecGetStatistics() 723 … p_Statistics->eStatPkts1519to1522 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TRMGV) 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() 732 p_Statistics->ifInMcastPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RMCA) in DtsecGetStatistics() [all …]
|
H A D | fman_dtsec.c | 747 uint32_t fman_dtsec_get_stat_counter(struct dtsec_regs *regs, in fman_dtsec_get_stat_counter() function
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_dtsec.h | 1086 uint32_t fman_dtsec_get_stat_counter(struct dtsec_regs *regs,
|