Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/fnic/
Dfnic_debugfs.c433 struct stats_debug_info *debug; in fnic_reset_stats_open()
435 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
465 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read()
493 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_write()
556 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_release()
579 struct stats_debug_info *debug; in fnic_stats_debugfs_open()
582 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_stats_debugfs_open()
622 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_read()
646 struct stats_debug_info *debug = file->private_data; in fnic_stats_debugfs_release()
Dfnic_stats.h119 struct stats_debug_info { struct
126 int fnic_get_stats_data(struct stats_debug_info *, struct fnic_stats *); argument
Dfnic_trace.c201 int fnic_get_stats_data(struct stats_debug_info *debug, in fnic_get_stats_data()