Home
last modified time | relevance | path

Searched refs:DB_PR (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h53 #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 …]