Lines Matching refs:tgt_stats

570 	struct target_stats *tgt_stats;  in read_file_tgt_stats()  local
591 tgt_stats = &vif->target_stats; in read_file_tgt_stats()
599 "Ucast packets", tgt_stats->tx_ucast_pkt); in read_file_tgt_stats()
601 "Bcast packets", tgt_stats->tx_bcast_pkt); in read_file_tgt_stats()
603 "Ucast byte", tgt_stats->tx_ucast_byte); in read_file_tgt_stats()
605 "Bcast byte", tgt_stats->tx_bcast_byte); in read_file_tgt_stats()
607 "Rts success cnt", tgt_stats->tx_rts_success_cnt); in read_file_tgt_stats()
611 i, tgt_stats->tx_pkt_per_ac[i]); in read_file_tgt_stats()
613 "Error", tgt_stats->tx_err); in read_file_tgt_stats()
615 "Fail count", tgt_stats->tx_fail_cnt); in read_file_tgt_stats()
617 "Retry count", tgt_stats->tx_retry_cnt); in read_file_tgt_stats()
619 "Multi retry cnt", tgt_stats->tx_mult_retry_cnt); in read_file_tgt_stats()
621 "Rts fail cnt", tgt_stats->tx_rts_fail_cnt); in read_file_tgt_stats()
624 tgt_stats->tkip_cnter_measures_invoked); in read_file_tgt_stats()
632 "Ucast packets", tgt_stats->rx_ucast_pkt); in read_file_tgt_stats()
634 "Ucast Rate", tgt_stats->rx_ucast_rate); in read_file_tgt_stats()
636 "Bcast packets", tgt_stats->rx_bcast_pkt); in read_file_tgt_stats()
638 "Ucast byte", tgt_stats->rx_ucast_byte); in read_file_tgt_stats()
640 "Bcast byte", tgt_stats->rx_bcast_byte); in read_file_tgt_stats()
642 "Fragmented pkt", tgt_stats->rx_frgment_pkt); in read_file_tgt_stats()
644 "Error", tgt_stats->rx_err); in read_file_tgt_stats()
646 "CRC Err", tgt_stats->rx_crc_err); in read_file_tgt_stats()
648 "Key cache miss", tgt_stats->rx_key_cache_miss); in read_file_tgt_stats()
650 "Decrypt Err", tgt_stats->rx_decrypt_err); in read_file_tgt_stats()
652 "Duplicate frame", tgt_stats->rx_dupl_frame); in read_file_tgt_stats()
654 "Tkip Mic failure", tgt_stats->tkip_local_mic_fail); in read_file_tgt_stats()
656 "TKIP format err", tgt_stats->tkip_fmt_err); in read_file_tgt_stats()
658 "CCMP format Err", tgt_stats->ccmp_fmt_err); in read_file_tgt_stats()
660 "CCMP Replay Err", tgt_stats->ccmp_replays); in read_file_tgt_stats()
667 "Beacon Miss count", tgt_stats->cs_bmiss_cnt); in read_file_tgt_stats()
669 "Num Connects", tgt_stats->cs_connect_cnt); in read_file_tgt_stats()
671 "Num disconnects", tgt_stats->cs_discon_cnt); in read_file_tgt_stats()
673 "Beacon avg rssi", tgt_stats->cs_ave_beacon_rssi); in read_file_tgt_stats()
675 "ARP pkt received", tgt_stats->arp_received); in read_file_tgt_stats()
677 "ARP pkt matched", tgt_stats->arp_matched); in read_file_tgt_stats()
679 "ARP pkt replied", tgt_stats->arp_replied); in read_file_tgt_stats()