Home
last modified time | relevance | path

Searched refs:ifInErrors (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h67 uint32_t ifInErrors ; /* 0x88 */ member
194 uint32_t ifInErrors; /* 0x190 */ member
213 uint32_t ifInErrors; /* 0x38 */ member
H A Dal_hal_eth_main.c3979 stats->ifInErrors = al_reg_read32(&reg_stats->ifInErrors); in al_eth_mac_stats_get()
4027 stats->ifInErrors = al_reg_read32(&reg_stats->ifInErrors); in al_eth_mac_stats_get()
4081 stats->ifInErrors = al_reg_read32(&reg_rx_stats->ifInErrors); in al_eth_mac_stats_get()
4140 stats->ifInErrors = _40g_mac_reg_read32(&reg_rx_stats->ifInErrors); in al_eth_mac_stats_get()
H A Dal_hal_eth.h1708 uint32_t ifInErrors; member
/f-stack/freebsd/sys/
H A Dtiio.h111 volatile u_int32_t ifInErrors; /* 20 */ member
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h181 uint64_t ifInErrors; /**< Number of frames received with error: member
H A Dfm_macsec_ext.h550 uint64_t ifInErrors; /**< Number of frames received with error: member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c424 p_Statistics->ifInErrors = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_RERR); in TgecGetStatistics()
H A Dmemac.c579 …p_Statistics->ifInErrors = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RE… in MemacGetStatistics()
H A Ddtsec.c764 p_Statistics->ifInErrors = p_Statistics->eStatsDropEvents + p_Statistics->eStatCRCAlignErrors in DtsecGetStatistics()