Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dqeth.c200 static debug_info_t *qeth_dbf_trace=NULL; variable
11020 if (qeth_dbf_trace) in qeth_unregister_dbf_views()
11021 debug_unregister(qeth_dbf_trace); in qeth_unregister_dbf_views()
11178 qeth_dbf_trace=debug_register(QETH_DBF_TRACE_NAME, in init_module()
11182 if (!qeth_dbf_trace) goto oom; in init_module()
11184 debug_register_view(qeth_dbf_trace,&debug_hex_ascii_view); in init_module()
11185 debug_set_level(qeth_dbf_trace,QETH_DBF_TRACE_LEVEL); in init_module()