Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/fnic/
Dfnic_debugfs.c41 static struct fc_trace_flag_type *fc_trc_flag; variable
75 fc_trc_flag = (struct fc_trace_flag_type *) in fnic_debugfs_init()
78 if (fc_trc_flag) { in fnic_debugfs_init()
79 fc_trc_flag->fc_row_file = 0; in fnic_debugfs_init()
80 fc_trc_flag->fc_normal_file = 1; in fnic_debugfs_init()
81 fc_trc_flag->fnic_trace = 2; in fnic_debugfs_init()
82 fc_trc_flag->fc_trace = 3; in fnic_debugfs_init()
83 fc_trc_flag->fc_clear = 4; in fnic_debugfs_init()
105 if (fc_trc_flag) in fnic_debugfs_terminate()
106 vfree(fc_trc_flag); in fnic_debugfs_terminate()
[all …]