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

/linux-master/drivers/s390/net/
H A Dqeth_core.h74 debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text)
77 debug_event(qeth_dbf[QETH_DBF_##name].id, level, (void *)(addr), len)
80 debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
83 qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text)
1041 extern struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS];
H A Dqeth_core_main.c48 struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = { variable in typeref:struct:qeth_dbf_info
58 EXPORT_SYMBOL_GPL(qeth_dbf); variable
6107 debug_unregister(qeth_dbf[x].id);
6108 qeth_dbf[x].id = NULL;
6133 qeth_dbf[x].id = debug_register(qeth_dbf[x].name,
6134 qeth_dbf[x].pages,
6135 qeth_dbf[x].areas,
6136 qeth_dbf[x].len);
6137 if (qeth_dbf[
[all...]

Completed in 151 milliseconds