Lines Matching refs:tally
8713 struct tally_counter tally; in rtl8152_get_ethtool_stats() local
8718 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA); in rtl8152_get_ethtool_stats()
8722 data[0] = le64_to_cpu(tally.tx_packets); in rtl8152_get_ethtool_stats()
8723 data[1] = le64_to_cpu(tally.rx_packets); in rtl8152_get_ethtool_stats()
8724 data[2] = le64_to_cpu(tally.tx_errors); in rtl8152_get_ethtool_stats()
8725 data[3] = le32_to_cpu(tally.rx_errors); in rtl8152_get_ethtool_stats()
8726 data[4] = le16_to_cpu(tally.rx_missed); in rtl8152_get_ethtool_stats()
8727 data[5] = le16_to_cpu(tally.align_errors); in rtl8152_get_ethtool_stats()
8728 data[6] = le32_to_cpu(tally.tx_one_collision); in rtl8152_get_ethtool_stats()
8729 data[7] = le32_to_cpu(tally.tx_multi_collision); in rtl8152_get_ethtool_stats()
8730 data[8] = le64_to_cpu(tally.rx_unicast); in rtl8152_get_ethtool_stats()
8731 data[9] = le64_to_cpu(tally.rx_broadcast); in rtl8152_get_ethtool_stats()
8732 data[10] = le32_to_cpu(tally.rx_multicast); in rtl8152_get_ethtool_stats()
8733 data[11] = le16_to_cpu(tally.tx_aborted); in rtl8152_get_ethtool_stats()
8734 data[12] = le16_to_cpu(tally.tx_underrun); in rtl8152_get_ethtool_stats()