Searched refs:cDbgMsg (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/ |
| D | log.h | 71 #define cDbgMsg( _t, _x, ...) ( ((_x)== 0) || \ macro 77 #define DbgMsg( t, x, ...) cDbgMsg( t, x, __VA_ARGS__ ) 88 #define cvDbgMsg( l, m, n, ...) cDbgMsg( l, m, "[%-20.20s %4d %4d]-" n, __func__,\ 94 #define evDbgMsg( l, m, n, ...) { cDbgMsg( l, m, "[%-20.20s %4d %4d]-" n, __func__, \
|