Home
last modified time | relevance | path

Searched refs:tgt_stats (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dmain.c705 struct wmi_target_stats *tgt_stats = in ath6kl_update_target_stats() local
713 if (len < sizeof(*tgt_stats)) in ath6kl_update_target_stats()
737 le32_to_cpu(tgt_stats->stats.tx.mult_retry_cnt); in ath6kl_update_target_stats()
739 le32_to_cpu(tgt_stats->stats.tx.rts_fail_cnt); in ath6kl_update_target_stats()
763 ccmp_stats = &tgt_stats->stats.tkip_ccmp_stats; in ath6kl_update_target_stats()
777 a_sle32_to_cpu(tgt_stats->noise_floor_calib); in ath6kl_update_target_stats()
792 tgt_stats->cserv_stats.cs_last_roam_msec; in ath6kl_update_target_stats()
793 stats->cs_snr = tgt_stats->cserv_stats.cs_snr; in ath6kl_update_target_stats()
796 stats->lq_val = le32_to_cpu(tgt_stats->lq_val); in ath6kl_update_target_stats()
801 tgt_stats->wow_stats.wow_host_pkt_wakeups; in ath6kl_update_target_stats()
[all …]
A Ddebug.c570 struct target_stats *tgt_stats; in read_file_tgt_stats() local
591 tgt_stats = &vif->target_stats; 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()
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()
624 tgt_stats->tkip_cnter_measures_invoked); in read_file_tgt_stats()
644 "Error", tgt_stats->rx_err); in read_file_tgt_stats()
[all …]
A Dcfg80211.c3702 struct target_stats *tgt_stats; in ath6kl_get_stats() local
3708 tgt_stats = &vif->target_stats; in ath6kl_get_stats()
3710 data[i++] = tgt_stats->tx_ucast_pkt + tgt_stats->tx_bcast_pkt; in ath6kl_get_stats()
3711 data[i++] = tgt_stats->tx_ucast_byte + tgt_stats->tx_bcast_byte; in ath6kl_get_stats()
3712 data[i++] = tgt_stats->rx_ucast_pkt + tgt_stats->rx_bcast_pkt; in ath6kl_get_stats()
3713 data[i++] = tgt_stats->rx_ucast_byte + tgt_stats->rx_bcast_byte; in ath6kl_get_stats()
3720 data[i++] = tgt_stats->tx_err; in ath6kl_get_stats()
3721 data[i++] = tgt_stats->tx_fail_cnt; in ath6kl_get_stats()
3733 data[i++] = tgt_stats->rx_err; in ath6kl_get_stats()
3734 data[i++] = tgt_stats->rx_crc_err; in ath6kl_get_stats()
[all …]
/linux/drivers/scsi/
A DBusLogic.c2876 struct blogic_tgt_stats *tgt_stats = adapter->tgt_stats; in blogic_qcmd_lck() local
2949 tgt_stats[tgt_id].read_cmds++; in blogic_qcmd_lck()
3315 tgt_stats = adapter->tgt_stats; in blogic_write_info()
3328 tgt_stats = adapter->tgt_stats; in blogic_show_info()
3355 seq_printf(m, " %2d %9u %9u", tgt, tgt_stats[tgt].read_cmds, tgt_stats[tgt].write_cmds); in blogic_show_info()
3375tgt_stats[tgt].read_sz_buckets[1], tgt_stats[tgt].read_sz_buckets[2], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3379tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3391tgt_stats[tgt].read_sz_buckets[6], tgt_stats[tgt].read_sz_buckets[7], tgt_stats[tgt].read_sz_bucke… in blogic_show_info()
3395tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_bu… in blogic_show_info()
3413 tgt_stats[tgt].bdr_tried, in blogic_show_info()
[all …]
A DBusLogic.h1062 struct blogic_tgt_stats tgt_stats[BLOGIC_MAXDEV]; member

Completed in 26 milliseconds