Searched refs:DB_TEST (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 61 #define DB_TEST (smc->debug) macro 63 #define DB_TEST (debug) macro 67 DB_PR((DB_TEST).d_smt & 1, fmt, ##__VA_ARGS__) 69 DB_PR((DB_TEST).d_ecm >= (n), fmt, ##__VA_ARGS__) 71 DB_PR((DB_TEST).d_smt & 2, fmt, ##__VA_ARGS__) 73 DB_PR((DB_TEST).d_rmt >= (n), fmt, ##__VA_ARGS__) 75 DB_PR((DB_TEST).d_smt & 4, fmt, ##__VA_ARGS__) 77 DB_PR((DB_TEST).d_cfm >= (n), fmt, ##__VA_ARGS__) 79 DB_PR((DB_TEST).d_smt & 8, fmt, ##__VA_ARGS__) 81 DB_PR((DB_TEST).d_pcm >= (n), fmt, ##__VA_ARGS__) [all …]
|