Lines Matching refs:reset_stats
440 * fnic_reset_stats_open - Open the reset_stats file
445 * This routine opens a debugsfs file reset_stats and stores i_private data
468 * fnic_reset_stats_read - Read a reset_stats debugfs file
475 * This routine reads value of variable reset_stats
491 len = sprintf(buf, "%u\n", fnic->reset_stats);
497 * fnic_reset_stats_write - Write to reset_stats debugfs file
535 fnic->reset_stats = val;
537 if (fnic->reset_stats) {
547 memset(&stats->reset_stats, 0, sizeof(struct reset_stats));
693 * It will create file stats and reset_stats under statistics/host# directory
711 fnic->fnic_reset_debugfs_file = debugfs_create_file("reset_stats",