Lines Matching refs:tgt_stats
543 struct target_stats *tgt_stats; in read_file_tgt_stats() local
554 tgt_stats = &vif->target_stats; in read_file_tgt_stats()
590 "Ucast packets", tgt_stats->tx_ucast_pkt); in read_file_tgt_stats()
592 "Bcast packets", tgt_stats->tx_bcast_pkt); in read_file_tgt_stats()
594 "Ucast byte", tgt_stats->tx_ucast_byte); in read_file_tgt_stats()
596 "Bcast byte", tgt_stats->tx_bcast_byte); in read_file_tgt_stats()
598 "Rts success cnt", tgt_stats->tx_rts_success_cnt); in read_file_tgt_stats()
602 i, tgt_stats->tx_pkt_per_ac[i]); in read_file_tgt_stats()
604 "Error", tgt_stats->tx_err); in read_file_tgt_stats()
606 "Fail count", tgt_stats->tx_fail_cnt); in read_file_tgt_stats()
608 "Retry count", tgt_stats->tx_retry_cnt); in read_file_tgt_stats()
610 "Multi retry cnt", tgt_stats->tx_mult_retry_cnt); in read_file_tgt_stats()
612 "Rts fail cnt", tgt_stats->tx_rts_fail_cnt); in read_file_tgt_stats()
615 tgt_stats->tkip_cnter_measures_invoked); in read_file_tgt_stats()
623 "Ucast packets", tgt_stats->rx_ucast_pkt); in read_file_tgt_stats()
625 "Ucast Rate", tgt_stats->rx_ucast_rate); in read_file_tgt_stats()
627 "Bcast packets", tgt_stats->rx_bcast_pkt); in read_file_tgt_stats()
629 "Ucast byte", tgt_stats->rx_ucast_byte); in read_file_tgt_stats()
631 "Bcast byte", tgt_stats->rx_bcast_byte); in read_file_tgt_stats()
633 "Fragmented pkt", tgt_stats->rx_frgment_pkt); in read_file_tgt_stats()
635 "Error", tgt_stats->rx_err); in read_file_tgt_stats()
637 "CRC Err", tgt_stats->rx_crc_err); in read_file_tgt_stats()
639 "Key chache miss", tgt_stats->rx_key_cache_miss); in read_file_tgt_stats()
641 "Decrypt Err", tgt_stats->rx_decrypt_err); in read_file_tgt_stats()
643 "Duplicate frame", tgt_stats->rx_dupl_frame); in read_file_tgt_stats()
645 "Tkip Mic failure", tgt_stats->tkip_local_mic_fail); in read_file_tgt_stats()
647 "TKIP format err", tgt_stats->tkip_fmt_err); in read_file_tgt_stats()
649 "CCMP format Err", tgt_stats->ccmp_fmt_err); in read_file_tgt_stats()
651 "CCMP Replay Err", tgt_stats->ccmp_replays); in read_file_tgt_stats()
658 "Beacon Miss count", tgt_stats->cs_bmiss_cnt); in read_file_tgt_stats()
660 "Num Connects", tgt_stats->cs_connect_cnt); in read_file_tgt_stats()
662 "Num disconnects", tgt_stats->cs_discon_cnt); in read_file_tgt_stats()
664 "Beacon avg rssi", tgt_stats->cs_ave_beacon_rssi); in read_file_tgt_stats()
666 "ARP pkt received", tgt_stats->arp_received); in read_file_tgt_stats()
668 "ARP pkt matched", tgt_stats->arp_matched); in read_file_tgt_stats()
670 "ARP pkt replied", tgt_stats->arp_replied); in read_file_tgt_stats()