Home
last modified time | relevance | path

Searched refs:reset_stats (Results 1 – 14 of 14) sorted by relevance

/linux/arch/mips/cavium-octeon/
H A Doct_ilm.c14 static bool reset_stats; variable
50 reset_stats = true; in reset_statistics()
109 if (reset_stats) { in cvm_oct_ciu_timer_interrupt()
111 reset_stats = false; in cvm_oct_ciu_timer_interrupt()
/linux/drivers/scsi/fnic/
H A Dfnic_trace.c361 (u64)atomic64_read(&stats->reset_stats.device_resets), in fnic_get_stats_data()
362 (u64)atomic64_read(&stats->reset_stats.device_reset_failures), in fnic_get_stats_data()
363 (u64)atomic64_read(&stats->reset_stats.device_reset_aborts), in fnic_get_stats_data()
364 (u64)atomic64_read(&stats->reset_stats.device_reset_timeouts), in fnic_get_stats_data()
366 &stats->reset_stats.device_reset_terminates), in fnic_get_stats_data()
367 (u64)atomic64_read(&stats->reset_stats.fw_resets), in fnic_get_stats_data()
368 (u64)atomic64_read(&stats->reset_stats.fw_reset_completions), in fnic_get_stats_data()
369 (u64)atomic64_read(&stats->reset_stats.fw_reset_failures), in fnic_get_stats_data()
370 (u64)atomic64_read(&stats->reset_stats.fnic_resets), in fnic_get_stats_data()
372 &stats->reset_stats.fnic_reset_completions), in fnic_get_stats_data()
[all …]
H A Dfnic_stats.h58 struct reset_stats { struct
159 struct reset_stats reset_stats; member
H A Dfnic_debugfs.c474 len = sprintf(buf, "%u\n", fnic->reset_stats); in fnic_reset_stats_read()
518 fnic->reset_stats = val; in fnic_reset_stats_write()
520 if (fnic->reset_stats) { in fnic_reset_stats_write()
530 memset(&stats->reset_stats, 0, sizeof(struct reset_stats)); in fnic_reset_stats_write()
/linux/drivers/scsi/snic/
H A Dsnic_debugfs.c81 len = sprintf(buf, "%u\n", snic->reset_stats); in snic_reset_stats_read()
126 snic->reset_stats = val; in snic_reset_stats_write()
128 if (snic->reset_stats) { in snic_reset_stats_write()
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_irq.c139 static void reset_stats(void) in reset_stats() function
248 reset_stats(); in test_inject_fail()
263 reset_stats(); in guest_inject()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c818 dev->reset_stats.type = OCRDMA_RESET_STATS; in ocrdma_add_port_stats()
819 dev->reset_stats.dev = dev; in ocrdma_add_port_stats()
820 debugfs_create_file("reset_stats", 0200, dev->dir, &dev->reset_stats, in ocrdma_add_port_stats()
H A Docrdma_sli.h2056 u8 reset_stats; member
H A Docrdma_hw.c1314 req->reset_stats = reset; in ocrdma_mbx_rdma_stats()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c1345 kfree(cdev->reset_stats); in qed_resc_free()
1346 cdev->reset_stats = NULL; in qed_resc_free()
2344 cdev->reset_stats = kzalloc_obj(*cdev->reset_stats); in qed_resc_alloc()
2345 if (!cdev->reset_stats) in qed_resc_alloc()
/linux/include/linux/qed/
H A Discsi_common.h1252 u8 reset_stats; member
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst299 blkio.reset_stats
/linux/Documentation/networking/
H A Dcan.rst1067 reset_stats - manual statistic reset
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1654 req->cmd_params.params.reset_stats = 0; in lancer_cmd_get_pport_stats()