Searched refs:rx_short_frame_errors (Results 1 – 2 of 2) sorted by relevance
511 rx_short_frame_errors; member597 u32 rx_short_frame_errors; member1624 nic->rx_short_frame_errors += in e100_update_stats()1625 le32_to_cpu(s->rx_short_frame_errors); in e100_update_stats()1626 ns->rx_length_errors = nic->rx_short_frame_errors + in e100_update_stats()1635 le32_to_cpu(s->rx_short_frame_errors) + in e100_update_stats()2718 data[i++] = nic->rx_short_frame_errors; in e100_get_ethtool_stats()
218 rx_short_frame_errors; member720 s->statistics.rx_short_frame_errors, attrs); in dump_statistics()1653 s->statistics.rx_short_frame_errors++; in nic_receive()1813 VMSTATE_UINT32(statistics.rx_short_frame_errors, EEPRO100State),