Searched refs:tally (Results 1 – 7 of 7) sorted by relevance
171 struct carl9170_tally_rsp tally; in carl9170_collect_tally() local177 sizeof(tally), (u8 *)&tally); in carl9170_collect_tally()181 tick = le32_to_cpu(tally.tick); in carl9170_collect_tally()183 ar->tally.active += le32_to_cpu(tally.active) / tick; in carl9170_collect_tally()184 ar->tally.cca += le32_to_cpu(tally.cca) / tick; in carl9170_collect_tally()185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick; in carl9170_collect_tally()186 ar->tally.rx_total += le32_to_cpu(tally.rx_total); in carl9170_collect_tally()187 ar->tally.rx_overrun += le32_to_cpu(tally.rx_overrun); in carl9170_collect_tally()191 info->time = ar->tally.active; in carl9170_collect_tally()192 info->time_busy = ar->tally.cca; in carl9170_collect_tally()[all …]
329 struct carl9170_tally_rsp tally; member
347 } tally; member
872 memset(&ar->tally, 0, sizeof(ar->tally)); in carl9170_update_survey()
239 local -a tally=(0 0 0 0 0 0 0 0 0 0)242 ((tally[act]++))247 ((tally[ii] > 0))
2634 struct hash_lock_statistics *tally) in get_hash_zone_statistics() argument2638 tally->dedupe_advice_valid += READ_ONCE(stats->dedupe_advice_valid); in get_hash_zone_statistics()2639 tally->dedupe_advice_stale += READ_ONCE(stats->dedupe_advice_stale); in get_hash_zone_statistics()2640 tally->concurrent_data_matches += READ_ONCE(stats->concurrent_data_matches); in get_hash_zone_statistics()2641 tally->concurrent_hash_collisions += READ_ONCE(stats->concurrent_hash_collisions); in get_hash_zone_statistics()2642 tally->curr_dedupe_queries += READ_ONCE(zone->active); in get_hash_zone_statistics()
8894 struct tally_counter tally; in rtl8152_get_ethtool_stats() local8899 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA); in rtl8152_get_ethtool_stats()8903 data[0] = le64_to_cpu(tally.tx_packets); in rtl8152_get_ethtool_stats()8904 data[1] = le64_to_cpu(tally.rx_packets); in rtl8152_get_ethtool_stats()8905 data[2] = le64_to_cpu(tally.tx_errors); in rtl8152_get_ethtool_stats()8906 data[3] = le32_to_cpu(tally.rx_errors); in rtl8152_get_ethtool_stats()8907 data[4] = le16_to_cpu(tally.rx_missed); in rtl8152_get_ethtool_stats()8908 data[5] = le16_to_cpu(tally.align_errors); in rtl8152_get_ethtool_stats()8909 data[6] = le32_to_cpu(tally.tx_one_collision); in rtl8152_get_ethtool_stats()8910 data[7] = le32_to_cpu(tally.tx_multi_collision); in rtl8152_get_ethtool_stats()[all …]