Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fnic/
Dfnic_debugfs.c518 struct stats_debug_info *debug; in fnic_reset_stats_open()
520 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
550 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
578 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
641 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
664 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
667 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
707 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
731 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()
Dfnic_stats.h129 struct stats_debug_info { struct
136 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()