• Home
  • Raw
  • Download

Lines Matching refs:debug

86 	ar->debug.fw_stats_done = false;  in ath11k_debugfs_fw_stats_reset()
87 ath11k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath11k_debugfs_fw_stats_reset()
88 ath11k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_reset()
124 list_splice_tail_init(&stats.pdevs, &ar->debug.fw_stats.pdevs); in ath11k_debugfs_fw_stats_process()
125 ar->debug.fw_stats_done = true; in ath11k_debugfs_fw_stats_process()
146 &ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_process()
149 ar->debug.fw_stats_done = true; in ath11k_debugfs_fw_stats_process()
166 &ar->debug.fw_stats.bcn); in ath11k_debugfs_fw_stats_process()
169 ar->debug.fw_stats_done = true; in ath11k_debugfs_fw_stats_process()
174 complete(&ar->debug.fw_stats_complete); in ath11k_debugfs_fw_stats_process()
202 reinit_completion(&ar->debug.fw_stats_complete); in ath11k_debugfs_fw_stats_request()
213 wait_for_completion_timeout(&ar->debug.fw_stats_complete, in ath11k_debugfs_fw_stats_request()
223 if (ar->debug.fw_stats_done) { in ath11k_debugfs_fw_stats_request()
263 ath11k_wmi_fw_stats_fill(ar, &ar->debug.fw_stats, req_param.stats_id, in ath11k_open_pdev_stats()
335 ath11k_wmi_fw_stats_fill(ar, &ar->debug.fw_stats, req_param.stats_id, in ath11k_open_vdev_stats()
413 ath11k_wmi_fw_stats_fill(ar, &ar->debug.fw_stats, req_param.stats_id, in ath11k_open_bcn_stats()
420 ath11k_fw_stats_bcn_free(&ar->debug.fw_stats.bcn); in ath11k_open_bcn_stats()
563 if (filter == ar->debug.extd_tx_stats) { in ath11k_write_enable_extd_tx_stats()
568 ar->debug.extd_tx_stats = filter; in ath11k_write_enable_extd_tx_stats()
587 ar->debug.extd_tx_stats); in ath11k_read_enable_extd_tx_stats()
625 if (enable == ar->debug.extd_rx_stats) { in ath11k_write_extd_rx_stats()
648 ar->debug.rx_filter = tlv_filter.rx_filter; in ath11k_write_extd_rx_stats()
662 ar->debug.extd_rx_stats = enable; in ath11k_write_extd_rx_stats()
679 ar->debug.extd_rx_stats); in ath11k_read_extd_rx_stats()
907 ar->debug.debugfs_pdev); in ath11k_debugfs_fw_stats_init()
909 ar->debug.fw_stats.debugfs_fwstats = fwstats_dir; in ath11k_debugfs_fw_stats_init()
921 INIT_LIST_HEAD(&ar->debug.fw_stats.pdevs); in ath11k_debugfs_fw_stats_init()
922 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_init()
923 INIT_LIST_HEAD(&ar->debug.fw_stats.bcn); in ath11k_debugfs_fw_stats_init()
925 init_completion(&ar->debug.fw_stats_complete); in ath11k_debugfs_fw_stats_init()
964 ar->debug.pktlog_filter, ret); in ath11k_write_pktlog_filter()
1034 ar->debug.pktlog_filter = filter; in ath11k_write_pktlog_filter()
1035 ar->debug.pktlog_mode = mode; in ath11k_write_pktlog_filter()
1054 ar->debug.pktlog_filter, in ath11k_read_pktlog_filter()
1055 ar->debug.pktlog_mode); in ath11k_read_pktlog_filter()
1094 ar->debug.debugfs_pdev = debugfs_create_dir(pdev_name, ab->debugfs_soc); in ath11k_debugfs_register()
1095 if (IS_ERR(ar->debug.debugfs_pdev)) in ath11k_debugfs_register()
1096 return PTR_ERR(ar->debug.debugfs_pdev); in ath11k_debugfs_register()
1099 snprintf(buf, 100, "../../ath11k/%pd2", ar->debug.debugfs_pdev); in ath11k_debugfs_register()
1107 ar->debug.debugfs_pdev, ar, in ath11k_debugfs_register()
1110 ar->debug.debugfs_pdev, ar, in ath11k_debugfs_register()
1113 ar->debug.debugfs_pdev, ar, in ath11k_debugfs_register()
1118 ar->debug.debugfs_pdev, ar, in ath11k_debugfs_register()
1121 ar->debug.debugfs_pdev, in ath11k_debugfs_register()