Lines Matching refs:reset_stats
420 * fnic_reset_stats_open - Open the reset_stats file
425 * This routine opens a debugsfs file reset_stats and stores i_private data
448 * fnic_reset_stats_read - Read a reset_stats debugfs file
455 * This routine reads value of variable reset_stats
471 len = sprintf(buf, "%u\n", fnic->reset_stats);
477 * fnic_reset_stats_write - Write to reset_stats debugfs file
515 fnic->reset_stats = val;
517 if (fnic->reset_stats) {
527 memset(&stats->reset_stats, 0, sizeof(struct reset_stats));
673 * It will create file stats and reset_stats under statistics/host# directory
691 fnic->fnic_reset_debugfs_file = debugfs_create_file("reset_stats",