Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ipmi201 What: /sys/devices/platform/dmi-ipmi-ssif.*/receive_errors
240 receive_errors (RO) Number of errors in receiving
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c1362 u16 receive_errors = 0; in e1000_check_phy_82574() local
1368 ret_val = e1e_rphy(hw, E1000_RECEIVE_ERROR_COUNTER, &receive_errors); in e1000_check_phy_82574()
1371 if (receive_errors == E1000_RECEIVE_ERROR_MAX) { in e1000_check_phy_82574()
H A Dhw.h448 u32 receive_errors; member
H A Dethtool.c491 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ssif.c637 ssif_inc_stat(ssif_info, receive_errors); in msg_done_handler()
737 ssif_inc_stat(ssif_info, receive_errors); in msg_done_handler()
1230 IPMI_SSIF_ATTR(receive_errors);
/openbmc/u-boot/drivers/net/
H A De1000.h235 uint32_t receive_errors; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h228 u32 receive_errors; member
H A De1000_ethtool.c399 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
H A De1000_main.c3727 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()