Searched refs:fc_trc_flag (Results 1 – 1 of 1) sorted by relevance
31 static struct fc_trace_flag_type *fc_trc_flag; variable 50 fc_trc_flag = vmalloc(sizeof(struct fc_trace_flag_type)); in fnic_debugfs_init() 52 if (fc_trc_flag) { in fnic_debugfs_init() 53 fc_trc_flag->fc_row_file = 0; in fnic_debugfs_init() 54 fc_trc_flag->fc_normal_file = 1; in fnic_debugfs_init() 55 fc_trc_flag->fnic_trace = 2; in fnic_debugfs_init() 56 fc_trc_flag->fc_trace = 3; in fnic_debugfs_init() 57 fc_trc_flag->fc_clear = 4; in fnic_debugfs_init() 79 vfree(fc_trc_flag); in fnic_debugfs_terminate() 110 if (*trace_type == fc_trc_flag in fnic_trace_ctrl_read() [all...]