Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fnic/
Dfnic_debugfs.c535 struct stats_debug_info *debug; in fnic_reset_stats_open()
537 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
567 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
595 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
657 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
680 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
683 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
723 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
747 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.c215 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data()