Home
last modified time | relevance | path

Searched refs:stats_debug_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/fnic/
Dfnic_debugfs.c534 struct stats_debug_info *debug; in fnic_reset_stats_open()
536 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
566 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
594 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
656 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
679 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
682 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
722 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
746 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()
Dfnic_stats.h106 struct stats_debug_info { struct
113 int fnic_get_stats_data(struct stats_debug_info *, struct fnic_stats *); argument
Dfnic_trace.c214 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data()