Searched refs:fc_trc_flag (Results 1 – 1 of 1) sorted by relevance
42 static struct fc_trace_flag_type *fc_trc_flag; variable61 fc_trc_flag = (struct fc_trace_flag_type *) in fnic_debugfs_init()64 if (fc_trc_flag) { in fnic_debugfs_init()65 fc_trc_flag->fc_row_file = 0; in fnic_debugfs_init()66 fc_trc_flag->fc_normal_file = 1; in fnic_debugfs_init()67 fc_trc_flag->fnic_trace = 2; in fnic_debugfs_init()68 fc_trc_flag->fc_trace = 3; in fnic_debugfs_init()69 fc_trc_flag->fc_clear = 4; in fnic_debugfs_init()90 if (fc_trc_flag) in fnic_debugfs_terminate()91 vfree(fc_trc_flag); in fnic_debugfs_terminate()[all …]