Searched refs:tally (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcmd.c171 struct carl9170_tally_rsp tally; local
177 sizeof(tally), (u8 *)&tally);
181 tick = le32_to_cpu(tally.tick);
183 ar->tally.active += le32_to_cpu(tally.active) / tick;
184 ar->tally.cca += le32_to_cpu(tally.cca) / tick;
185 ar->tally.tx_time += le32_to_cpu(tally
[all...]
H A Dfwcmd.h329 struct carl9170_tally_rsp tally; member in union:carl9170_rsp::__anon1609
H A Dcarl9170.h347 } tally; member in struct:ar9170
H A Dmain.c872 memset(&ar->tally, 0, sizeof(ar->tally));
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c2636 * get_hash_zone_statistics() - Add the statistics for this hash zone to the tally for all zones.
2638 * @tally: The tally
2641 struct hash_lock_statistics *tally)
2645 tally->dedupe_advice_valid += READ_ONCE(stats->dedupe_advice_valid);
2646 tally->dedupe_advice_stale += READ_ONCE(stats->dedupe_advice_stale);
2647 tally->concurrent_data_matches += READ_ONCE(stats->concurrent_data_matches);
2648 tally->concurrent_hash_collisions += READ_ONCE(stats->concurrent_hash_collisions);
2649 tally->curr_dedupe_queries += READ_ONCE(zone->active);
2640 get_hash_zone_statistics(const struct hash_zone *zone, struct hash_lock_statistics *tally) argument
/linux-master/drivers/net/usb/
H A Dr8152.c8893 struct tally_counter tally; local
8898 generic_ocp_read(tp, PLA_TALLYCNT, sizeof(tally), &tally, MCU_TYPE_PLA);
8902 data[0] = le64_to_cpu(tally.tx_packets);
8903 data[1] = le64_to_cpu(tally.rx_packets);
8904 data[2] = le64_to_cpu(tally.tx_errors);
8905 data[3] = le32_to_cpu(tally.rx_errors);
8906 data[4] = le16_to_cpu(tally.rx_missed);
8907 data[5] = le16_to_cpu(tally.align_errors);
8908 data[6] = le32_to_cpu(tally
[all...]

Completed in 162 milliseconds