/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/ |
A D | debugfs.c | 62 wl->stats.fw_stats->sub.name); \ 91 wl1251_acx_statistics(wl, wl->stats.fw_stats); in wl1251_debugfs_update_stats() 439 if (wl->stats.fw_stats != NULL) in wl1251_debugfs_reset() 440 memset(wl->stats.fw_stats, 0, sizeof(*wl->stats.fw_stats)); in wl1251_debugfs_reset() 447 wl->stats.fw_stats = kzalloc(sizeof(*wl->stats.fw_stats), GFP_KERNEL); in wl1251_debugfs_init() 448 if (!wl->stats.fw_stats) in wl1251_debugfs_init() 467 kfree(wl->stats.fw_stats); in wl1251_debugfs_exit() 468 wl->stats.fw_stats = NULL; in wl1251_debugfs_exit()
|
A D | wl1251.h | 138 struct acx_statistics *fw_stats; member
|
/linux-6.3-rc2/drivers/scsi/fnic/ |
A D | fnic_stats.h | 69 struct fw_stats { struct 114 struct fw_stats fw_stats; member
|
A D | fnic_scsi.c | 219 atomic64_inc(&fnic->fnic_stats.fw_stats.active_fw_reqs); in fnic_fw_reset_handler() 222 atomic64_set(&fnic->fnic_stats.fw_stats.max_fw_reqs, in fnic_fw_reset_handler() 224 &fnic->fnic_stats.fw_stats.active_fw_reqs)); in fnic_fw_reset_handler() 290 atomic64_inc(&fnic->fnic_stats.fw_stats.active_fw_reqs); in fnic_flogi_reg_handler() 292 atomic64_read(&fnic->fnic_stats.fw_stats.max_fw_reqs)) in fnic_flogi_reg_handler() 293 atomic64_set(&fnic->fnic_stats.fw_stats.max_fw_reqs, in fnic_flogi_reg_handler() 396 atomic64_inc(&fnic->fnic_stats.fw_stats.active_fw_reqs); in fnic_queue_wq_copy_desc() 399 atomic64_set(&fnic->fnic_stats.fw_stats.max_fw_reqs, in fnic_queue_wq_copy_desc() 955 atomic64_inc(&fnic_stats->fw_stats.io_fw_errs); in fnic_fcpio_icmnd_cmpl_handler() 1523 atomic64_set(&fnic->fnic_stats.fw_stats.max_fw_reqs, in fnic_queue_abort_io_req() [all …]
|
A D | fnic_trace.c | 367 (u64)atomic64_read(&stats->fw_stats.active_fw_reqs), in fnic_get_stats_data() 368 (u64)atomic64_read(&stats->fw_stats.max_fw_reqs), in fnic_get_stats_data() 369 (u64)atomic64_read(&stats->fw_stats.fw_out_of_resources), in fnic_get_stats_data() 370 (u64)atomic64_read(&stats->fw_stats.io_fw_errs)); in fnic_get_stats_data()
|
A D | fnic_debugfs.c | 501 u64 *fw_stats_p = (u64 *)&stats->fw_stats; in fnic_reset_stats_write() 536 sizeof(struct fw_stats) - sizeof(u64)); in fnic_reset_stats_write()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | debug.c | 247 ar->debug.fw_stats.extended = false; in ath10k_debug_fw_stats_reset() 248 ath10k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset() 298 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 300 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 310 ar->debug.fw_stats.extended = true; in ath10k_debug_fw_stats_process() 312 is_started = !list_empty(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_process() 333 &ar->debug.fw_stats.peers_extd); in ath10k_debug_fw_stats_process() 2522 INIT_LIST_HEAD(&ar->debug.fw_stats.pdevs); in ath10k_debug_create() 2523 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath10k_debug_create() 2524 INIT_LIST_HEAD(&ar->debug.fw_stats.peers); in ath10k_debug_create() [all …]
|
A D | wmi.c | 8445 struct ath10k_fw_stats *fw_stats, in ath10k_wmi_main_op_fw_stats_fill() argument 8458 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath10k_wmi_main_op_fw_stats_fill() 8478 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_main_op_fw_stats_fill() 8490 fw_stats->extended); in ath10k_wmi_main_op_fw_stats_fill() 8503 struct ath10k_fw_stats *fw_stats, in ath10k_wmi_10x_op_fw_stats_fill() argument 8516 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath10k_wmi_10x_op_fw_stats_fill() 8549 fw_stats->extended); in ath10k_wmi_10x_op_fw_stats_fill() 8650 struct ath10k_fw_stats *fw_stats, in ath10k_wmi_10_4_op_fw_stats_fill() argument 8664 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath10k_wmi_10_4_op_fw_stats_fill() 8722 fw_stats->extended); in ath10k_wmi_10_4_op_fw_stats_fill() [all …]
|
A D | wmi-ops.h | 204 struct ath10k_fw_stats *fw_stats, 1517 ath10k_wmi_fw_stats_fill(struct ath10k *ar, struct ath10k_fw_stats *fw_stats, in ath10k_wmi_fw_stats_fill() argument 1523 ar->wmi.ops->fw_stats_fill(ar, fw_stats, buf); in ath10k_wmi_fw_stats_fill()
|
A D | core.h | 677 struct ath10k_fw_stats fw_stats; member
|
A D | wmi.h | 7500 struct ath10k_fw_stats *fw_stats, 7503 struct ath10k_fw_stats *fw_stats, 7508 struct ath10k_fw_stats *fw_stats,
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | debugfs.h | 59 struct struct_type *stats = wl->stats.fw_stats; \ 79 struct struct_type *stats = wl->stats.fw_stats; \
|
A D | debugfs.c | 62 wl1271_acx_statistics(wl, wl->stats.fw_stats); in wl1271_debugfs_update_stats() 959 wl->stats.fw_stats, in fw_stats_raw_read() 1302 if (!wl->stats.fw_stats) in wl1271_debugfs_reset() 1305 memset(wl->stats.fw_stats, 0, wl->stats.fw_stats_len); in wl1271_debugfs_reset() 1318 wl->stats.fw_stats = kzalloc(wl->stats.fw_stats_len, GFP_KERNEL); in wl1271_debugfs_init() 1319 if (!wl->stats.fw_stats) { in wl1271_debugfs_init() 1346 kfree(wl->stats.fw_stats); in wl1271_debugfs_exit() 1347 wl->stats.fw_stats = NULL; in wl1271_debugfs_exit()
|
A D | wlcore.h | 167 void *fw_stats; member
|
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/ |
A D | myri10ge.c | 182 struct mcp_irq_data *fw_stats; member 1486 struct mcp_irq_data *stats = mgp->ss[0].fw_stats; in myri10ge_check_statblock() 1543 struct mcp_irq_data *stats = ss->fw_stats; in myri10ge_intr() 3361 (int)ntohl(mgp->ss[slice].fw_stats-> in myri10ge_check_slice() 3545 if (ss->fw_stats != NULL) { in myri10ge_free_slices() 3546 bytes = sizeof(*ss->fw_stats); in myri10ge_free_slices() 3548 ss->fw_stats, ss->fw_stats_bus); in myri10ge_free_slices() 3549 ss->fw_stats = NULL; in myri10ge_free_slices() 3580 bytes = sizeof(*ss->fw_stats); in myri10ge_alloc_slices() 3581 ss->fw_stats = dma_alloc_coherent(&pdev->dev, bytes, in myri10ge_alloc_slices() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | debugfs.c | 99 ath11k_fw_stats_pdevs_free(&ar->fw_stats.pdevs); in ath11k_debugfs_fw_stats_reset() 100 ath11k_fw_stats_vdevs_free(&ar->fw_stats.vdevs); in ath11k_debugfs_fw_stats_reset() 137 &ar->fw_stats.vdevs); in ath11k_debugfs_fw_stats_process() 157 &ar->fw_stats.bcn); in ath11k_debugfs_fw_stats_process() 276 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_pdev_stats() 347 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_vdev_stats() 424 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_bcn_stats() 430 ath11k_fw_stats_bcn_free(&ar->fw_stats.bcn); in ath11k_open_bcn_stats() 1053 ar->fw_stats.debugfs_fwstats = fwstats_dir; in ath11k_debugfs_fw_stats_init()
|
A D | core.c | 741 INIT_LIST_HEAD(&ar->fw_stats.pdevs); in ath11k_fw_stats_init() 742 INIT_LIST_HEAD(&ar->fw_stats.vdevs); in ath11k_fw_stats_init() 743 INIT_LIST_HEAD(&ar->fw_stats.bcn); in ath11k_fw_stats_init()
|
A D | core.h | 728 struct ath11k_fw_stats fw_stats; member
|
A D | wmi.c | 6346 struct ath11k_fw_stats *fw_stats, in ath11k_wmi_fw_stats_fill() argument 6359 pdev = list_first_entry_or_null(&fw_stats->pdevs, in ath11k_wmi_fw_stats_fill() 6378 list_for_each_entry(vdev, &fw_stats->vdevs, list) in ath11k_wmi_fw_stats_fill() 6383 num_bcn = ath11k_wmi_fw_stats_num_bcn(&fw_stats->bcn); in ath11k_wmi_fw_stats_fill() 6391 list_for_each_entry(bcn, &fw_stats->bcn, list) in ath11k_wmi_fw_stats_fill() 7577 list_splice_tail_init(&stats.pdevs, &ar->fw_stats.pdevs); in ath11k_update_stats_event()
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bfa_defs.h | 139 struct bfa_fw_ioc_stats fw_stats; /*!< firmware IOC stats */ member
|
/linux-6.3-rc2/drivers/scsi/bnx2fc/ |
A D | bnx2fc.h | 156 val = fw_stats->stat.cnt; \
|
A D | bnx2fc_fcoe.c | 686 struct fcoe_statistics_params *fw_stats; in bnx2fc_get_host_stats() local 689 fw_stats = (struct fcoe_statistics_params *)hba->stats_buffer; in bnx2fc_get_host_stats() 690 if (!fw_stats) in bnx2fc_get_host_stats()
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_defs.h | 388 struct bfa_fw_ioc_stats_s fw_stats; /* firmware IOC stats */ member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_cmn.c | 2232 BNX2X_PCI_FREE(bp->fw_stats, bp->fw_stats_mapping, in bnx2x_free_fw_stats_mem() 2289 bp->fw_stats = BNX2X_PCI_ALLOC(&bp->fw_stats_mapping, in bnx2x_alloc_fw_stats_mem() 2291 if (!bp->fw_stats) in bnx2x_alloc_fw_stats_mem() 2295 bp->fw_stats_req = (struct bnx2x_fw_stats_req *)bp->fw_stats; in bnx2x_alloc_fw_stats_mem() 2298 ((u8 *)bp->fw_stats + bp->fw_stats_req_sz); in bnx2x_alloc_fw_stats_mem()
|
A D | bnx2x.h | 1625 void *fw_stats; member
|