Searched refs:DB_PR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 53 #define DB_PR(flag, fmt, ...) \ macro 56 #define DB_PR(flag, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) 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 …]
|