Searched refs:DBG_NAME (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/et131x/ |
D | et131x_debug.h | 88 #define DBG_NAME(A) ((A)->dbgName) macro 106 #define _DBG_ENTER(A) printk(KERN_DEBUG "%s:%.*s:%s\n", DBG_NAME(A), \ 108 #define _DBG_LEAVE(A) printk(KERN_DEBUG "%s:%.*s:%s\n", DBG_NAME(A), \ 132 DBG_PRINT("%s:ERROR:%s ", DBG_NAME(A), __func__);\ 141 DBG_PRINT("%s:WARNING:%s ", DBG_NAME(A), __func__); \ 149 DBG_PRINT("%s:NOTICE:%s ", DBG_NAME(A), __func__); \ 157 DBG_PRINT("%s:TRACE:%s ", DBG_NAME(A), __func__); \ 165 DBG_PRINT("%s:VERBOSE:%s ", DBG_NAME(A), __func__); \
|