lcs_dbf_trace      70 drivers/s390/net/lcs.c static debug_info_t *lcs_dbf_trace;
lcs_dbf_trace      79 drivers/s390/net/lcs.c 	debug_unregister(lcs_dbf_trace);
lcs_dbf_trace      86 drivers/s390/net/lcs.c 	lcs_dbf_trace = debug_register("lcs_trace", 4, 1, 8);
lcs_dbf_trace      87 drivers/s390/net/lcs.c 	if (lcs_dbf_setup == NULL || lcs_dbf_trace == NULL) {
lcs_dbf_trace      94 drivers/s390/net/lcs.c 	debug_register_view(lcs_dbf_trace, &debug_hex_ascii_view);
lcs_dbf_trace      95 drivers/s390/net/lcs.c 	debug_set_level(lcs_dbf_trace, 2);