Home
last modified time | relevance | path

Searched refs:ifOutErrors (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h68 uint32_t ifOutErrors; /* 0x8c */ member
158 uint32_t ifOutErrors; /* 0xf8 */ member
271 uint32_t ifOutErrors; /* 0x38 */ member
H A Dal_hal_eth_main.c3980 stats->ifOutErrors = al_reg_read32(&reg_stats->ifOutErrors); in al_eth_mac_stats_get()
4028 stats->ifOutErrors = al_reg_read32(&reg_stats->ifOutErrors); in al_eth_mac_stats_get()
4082 stats->ifOutErrors = al_reg_read32(&reg_tx_stats->ifOutErrors); in al_eth_mac_stats_get()
4141 stats->ifOutErrors = _40g_mac_reg_read32(&reg_tx_stats->ifOutErrors); in al_eth_mac_stats_get()
H A Dal_hal_eth.h1717 uint32_t ifOutErrors; member
/freebsd/sys/sys/
H A Dtiio.h112 volatile u_int32_t ifOutErrors; /* 23 */ member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h194 uint64_t ifOutErrors; /**< Number of frames transmitted with error: member
H A Dfm_macsec_ext.h560 uint64_t ifOutErrors; /**< Number of frames transmitted with error: member
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def59 (20 ifOutErrors COUNTER GET)
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c434 p_Statistics->ifOutErrors = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_TERR); in TgecGetStatistics()
H A Dmemac.c589 …p_Statistics->ifOutErrors = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_T… in MemacGetStatistics()
H A Ddtsec.c771 …p_Statistics->ifOutErrors = p_Statistics->ifOutDiscards … in DtsecGetStatistics()
/freebsd/sys/dev/bge/
H A Dif_bgereg.h2681 bge_hostaddr ifOutErrors; member
H A Dif_bge.c6428 children, txstats.ifOutErrors, "Errors"); in bge_add_sysctl_stats()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2863 return (mac_stats->ifOutErrors); in al_get_counter()