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

/drivers/s390/net/
H A Dqeth_core_main.c33 struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = { variable in typeref:struct:qeth_dbf_info
43 EXPORT_SYMBOL_GPL(qeth_dbf); variable
5225 debug_unregister(qeth_dbf[x].id);
5226 qeth_dbf[x].id = NULL;
5251 qeth_dbf[x].id = debug_register(qeth_dbf[x].name,
5252 qeth_dbf[x].pages,
5253 qeth_dbf[x].areas,
5254 qeth_dbf[x].len);
5255 if (qeth_dbf[
[all...]

Completed in 24 milliseconds