Searched refs:qeth_dbf_setup (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c77 static debug_info_t *qeth_dbf_setup = NULL; variable
8008 if (qeth_dbf_setup)
8009 debug_unregister(qeth_dbf_setup);
8026 qeth_dbf_setup = debug_register(QETH_DBF_SETUP_NAME,
8055 if ((qeth_dbf_setup == NULL) || (qeth_dbf_misc == NULL) ||
8062 debug_register_view(qeth_dbf_setup, &debug_hex_ascii_view);
8063 debug_set_level(qeth_dbf_setup, QETH_DBF_SETUP_LEVEL);

Completed in 288 milliseconds