Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dacf.c89 p->hdlc.lqm.ifInErrors++; in acf_LayerPull()
96 p->hdlc.lqm.ifInErrors++; in acf_LayerPull()
H A Dhdlc.h80 u_int32_t ifInErrors; /* Errors */ member
H A Dhdlc.c325 p->hdlc.lqm.ifInErrors++; in hdlc_LayerPull()
H A Dlqr.c245 p->hdlc.lqm.lqr.Save.InErrors = p->hdlc.lqm.ifInErrors; in lqr_Input()
/freebsd/sys/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
/freebsd/sys/sys/
H A Dtiio.h109 volatile u_int32_t ifInErrors; /* 20 */ member
/freebsd/sys/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
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def53 (14 ifInErrors COUNTER GET)
/freebsd/sys/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()
/freebsd/sys/dev/bge/
H A Dif_bgereg.h2751 bge_hostaddr ifInErrors; member
H A Dif_bge.c4978 cnt = READ_STAT(sc, stats, ifInErrors.bge_addr_lo); in bge_stats_update()
6315 children, ifInErrors, "InputErrors"); in bge_add_sysctl_stats()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2832 rv = mac_stats->ifInErrors + in al_get_counter()