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

/linux-master/drivers/s390/net/
H A Dnetiucv.c430 static debug_info_t *iucv_dbf_setup = NULL; variable
438 debug_unregister(iucv_dbf_setup);
444 iucv_dbf_setup = debug_register(IUCV_DBF_SETUP_NAME,
457 if ((iucv_dbf_setup == NULL) || (iucv_dbf_data == NULL) ||
462 debug_register_view(iucv_dbf_setup, &debug_hex_ascii_view);
463 debug_set_level(iucv_dbf_setup, IUCV_DBF_SETUP_LEVEL);

Completed in 133 milliseconds