Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_debugfs.c434 struct stats_debug_info *debug; in fnic_reset_stats_open()
436 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
466 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
494 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
557 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
580 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
583 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
623 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
647 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()
H A Dfnic_stats.h119 struct stats_debug_info { struct
126 int fnic_get_stats_data(struct stats_debug_info *, struct fnic_stats *); argument
H A Dfnic_trace.c201 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data()