Searched refs:lcs_dbf_trace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | lcs.c | 70 static debug_info_t *lcs_dbf_trace; variable 79 debug_unregister(lcs_dbf_trace); in lcs_unregister_debug_facility() 86 lcs_dbf_trace = debug_register("lcs_trace", 4, 1, 8); in lcs_register_debug_facility() 87 if (lcs_dbf_setup == NULL || lcs_dbf_trace == NULL) { in lcs_register_debug_facility() 94 debug_register_view(lcs_dbf_trace, &debug_hex_ascii_view); in lcs_register_debug_facility() 95 debug_set_level(lcs_dbf_trace, 2); in lcs_register_debug_facility()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | lcs.c | 65 static debug_info_t *lcs_dbf_trace; variable 74 debug_unregister(lcs_dbf_trace); in lcs_unregister_debug_facility() 81 lcs_dbf_trace = debug_register("lcs_trace", 4, 1, 8); in lcs_register_debug_facility() 82 if (lcs_dbf_setup == NULL || lcs_dbf_trace == NULL) { in lcs_register_debug_facility() 89 debug_register_view(lcs_dbf_trace, &debug_hex_ascii_view); in lcs_register_debug_facility() 90 debug_set_level(lcs_dbf_trace, 2); in lcs_register_debug_facility()
|
Completed in 6 milliseconds