Lines Matching defs:tally
8859 struct tally_counter tally;
8864 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
8868 data[0] = le64_to_cpu(tally.tx_packets);
8869 data[1] = le64_to_cpu(tally.rx_packets);
8870 data[2] = le64_to_cpu(tally.tx_errors);
8871 data[3] = le32_to_cpu(tally.rx_errors);
8872 data[4] = le16_to_cpu(tally.rx_missed);
8873 data[5] = le16_to_cpu(tally.align_errors);
8874 data[6] = le32_to_cpu(tally.tx_one_collision);
8875 data[7] = le32_to_cpu(tally.tx_multi_collision);
8876 data[8] = le64_to_cpu(tally.rx_unicast);
8877 data[9] = le64_to_cpu(tally.rx_broadcast);
8878 data[10] = le32_to_cpu(tally.rx_multicast);
8879 data[11] = le16_to_cpu(tally.tx_aborted);
8880 data[12] = le16_to_cpu(tally.tx_underrun);