Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_debugfs.c10 extern int fnic_get_debug_info(struct stats_debug_info *debug_buffer,
437 struct stats_debug_info *debug; in fnic_reset_stats_open()
439 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
469 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
497 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
560 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
583 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
586 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
627 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
651 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()
H A Dfnic_stats.h166 struct stats_debug_info { struct
173 int fnic_get_stats_data(struct stats_debug_info *, struct fnic_stats *); argument
H A Dfnic_trace.c213 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data()
470 int fnic_get_debug_info(struct stats_debug_info *info, struct fnic *fnic) in fnic_get_debug_info()
H A Dfnic.h560 int fnic_get_debug_info(struct stats_debug_info *info,