| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | debug.c | 291 ar->debug.fw_stats.extended = false; in ath10k_debug_fw_stats_reset() 292 ath10k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset() 293 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset() 294 ath10k_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset() 295 ath10k_fw_extd_stats_peers_free(&ar->debug.fw_stats.peers_extd); in ath10k_debug_fw_stats_reset() 340 num_peers = list_count_nodes(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process() 341 num_vdevs = list_count_nodes(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 342 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 344 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 348 list_splice_tail_init(&stats.pdevs, &ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_process() [all …]
|
| H A D | wmi.c | 8619 struct ath10k_fw_stats *fw_stats, in ath10k_wmi_main_op_fw_stats_fill() argument 8632 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath10k_wmi_main_op_fw_stats_fill() 8639 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill() 8640 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_main_op_fw_stats_fill() 8652 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_main_op_fw_stats_fill() 8662 list_for_each_entry(peer, &fw_stats->peers, list) { in ath10k_wmi_main_op_fw_stats_fill() 8664 fw_stats->extended); in ath10k_wmi_main_op_fw_stats_fill() 8677 struct ath10k_fw_stats *fw_stats, in ath10k_wmi_10x_op_fw_stats_fill() argument 8690 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath10k_wmi_10x_op_fw_stats_fill() 8697 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill() [all …]
|
| H A D | wmi-ops.h | 204 struct ath10k_fw_stats *fw_stats, 1549 ath10k_wmi_fw_stats_fill(struct ath10k *ar, struct ath10k_fw_stats *fw_stats, in ath10k_wmi_fw_stats_fill() argument 1555 ar->wmi.ops->fw_stats_fill(ar, fw_stats, buf); in ath10k_wmi_fw_stats_fill()
|
| H A D | core.h | 686 struct ath10k_fw_stats fw_stats; member
|
| H A D | wmi.h | 7527 struct ath10k_fw_stats *fw_stats, 7530 struct ath10k_fw_stats *fw_stats, 7533 struct ath10k_fw_stats *fw_stats,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | debugfs.c | 115 is_end = ((++ar->fw_stats.num_bcn_recvd) == in ath11k_debugfs_fw_stats_process() 119 &ar->fw_stats.bcn); in ath11k_debugfs_fw_stats_process() 157 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_pdev_stats() 228 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_vdev_stats() 305 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_bcn_stats() 311 ath11k_fw_stats_bcn_free(&ar->fw_stats.bcn); in ath11k_open_bcn_stats() 934 ar->fw_stats.debugfs_fwstats = fwstats_dir; in ath11k_debugfs_fw_stats_init()
|
| H A D | core.c | 1115 INIT_LIST_HEAD(&ar->fw_stats.pdevs); in ath11k_fw_stats_init() 1116 INIT_LIST_HEAD(&ar->fw_stats.vdevs); in ath11k_fw_stats_init() 1117 INIT_LIST_HEAD(&ar->fw_stats.bcn); in ath11k_fw_stats_init()
|
| H A D | core.h | 825 struct ath11k_fw_stats fw_stats; member
|
| H A D | wmi.c | 7425 struct ath11k_fw_stats *fw_stats, in ath11k_wmi_fw_stats_fill() argument 7438 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath11k_wmi_fw_stats_fill() 7457 list_for_each_entry(vdev, &fw_stats->vdevs, list) in ath11k_wmi_fw_stats_fill() 7462 num_bcn = list_count_nodes(&fw_stats->bcn); in ath11k_wmi_fw_stats_fill() 7470 list_for_each_entry(bcn, &fw_stats->bcn, list) in ath11k_wmi_fw_stats_fill() 8608 list_splice_tail_init(&stats.pdevs, &ar->fw_stats.pdevs); in ath11k_update_stats_event() 8633 is_end = ((++ar->fw_stats.num_vdev_recvd) == in ath11k_update_stats_event() 8637 &ar->fw_stats.vdevs); in ath11k_update_stats_event()
|
| H A D | mac.c | 4036 ath11k_fw_stats_pdevs_free(&ar->fw_stats.pdevs); in ath11k_mac_fw_stats_reset() 4037 ath11k_fw_stats_vdevs_free(&ar->fw_stats.vdevs); in ath11k_mac_fw_stats_reset() 4038 ar->fw_stats.num_vdev_recvd = 0; in ath11k_mac_fw_stats_reset() 4039 ar->fw_stats.num_bcn_recvd = 0; in ath11k_mac_fw_stats_reset() 4138 pdev = list_first_entry_or_null(&ar->fw_stats.pdevs, in ath11k_mac_handle_get_txpower() 10855 ath11k_fw_stats_free(&ar->fw_stats); in ath11k_mac_destroy()
|
| H A D | wmi.h | 6548 struct ath11k_fw_stats *fw_stats, u32 stats_id,
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge_var.h | 178 mcp_irq_data_t *fw_stats; member
|
| H A D | if_mxge.c | 1289 if (ss->fw_stats != NULL) { in mxge_reset() 1290 bzero(ss->fw_stats, sizeof *ss->fw_stats); in mxge_reset() 1434 fw = sc->ss[0].fw_stats; in mxge_add_sysctls() 2966 mcp_irq_data_t *stats = ss->fw_stats; in mxge_intr() 3805 be32toh(sc->ss->fw_stats->send_done_count)); in mxge_warn_stuck() 3812 uint32_t rx_pause = be32toh(sc->ss->fw_stats->dropped_pause); in mxge_watchdog() 4228 if (ss->fw_stats != NULL) { in mxge_free_slices() 4230 ss->fw_stats = NULL; in mxge_free_slices() 4286 bytes = sizeof (*ss->fw_stats); in mxge_alloc_slices() 4288 sizeof (*ss->fw_stats), 64); in mxge_alloc_slices() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.c | 1266 INIT_LIST_HEAD(&ar->fw_stats.vdevs); in ath12k_fw_stats_init() 1267 INIT_LIST_HEAD(&ar->fw_stats.pdevs); in ath12k_fw_stats_init() 1268 INIT_LIST_HEAD(&ar->fw_stats.bcn); in ath12k_fw_stats_init() 1283 ath12k_fw_stats_free(&ar->fw_stats); in ath12k_fw_stats_reset() 1284 ar->fw_stats.num_vdev_recvd = 0; in ath12k_fw_stats_reset()
|
| H A D | debugfs.c | 1291 ath12k_wmi_fw_stats_dump(ar, &ar->fw_stats, param.stats_id, in ath12k_open_vdev_stats() 1358 ath12k_wmi_fw_stats_dump(ar, &ar->fw_stats, param.stats_id, in ath12k_open_bcn_stats() 1419 ath12k_wmi_fw_stats_dump(ar, &ar->fw_stats, param.stats_id, in ath12k_open_pdev_stats()
|
| H A D | wmi.c | 8057 struct ath12k_fw_stats *fw_stats, in ath12k_wmi_fw_vdev_stats_dump() argument 8073 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath12k_wmi_fw_vdev_stats_dump() 8136 struct ath12k_fw_stats *fw_stats, in ath12k_wmi_fw_bcn_stats_dump() argument 8145 num_bcn = list_count_nodes(&fw_stats->bcn); in ath12k_wmi_fw_bcn_stats_dump() 8153 list_for_each_entry(bcn, &fw_stats->bcn, list) { in ath12k_wmi_fw_bcn_stats_dump() 8316 struct ath12k_fw_stats *fw_stats, in ath12k_wmi_fw_pdev_stats_dump() argument 8322 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath12k_wmi_fw_pdev_stats_dump() 8338 struct ath12k_fw_stats *fw_stats, in ath12k_wmi_fw_stats_dump() argument 8348 ath12k_wmi_fw_vdev_stats_dump(ar, fw_stats, buf, &len); in ath12k_wmi_fw_stats_dump() 8351 ath12k_wmi_fw_bcn_stats_dump(ar, fw_stats, buf, &len); in ath12k_wmi_fw_stats_dump() [all …]
|
| H A D | core.h | 776 struct ath12k_fw_stats fw_stats; member
|
| H A D | wmi.h | 6567 struct ath12k_fw_stats *fw_stats, u32 stats_id,
|
| H A D | mac.c | 5443 pdev = list_first_entry_or_null(&ar->fw_stats.pdevs, in ath12k_mac_op_get_txpower()
|