Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/h/
Dcmtdef.h65 #define DB_TEST (smc->debug) macro
67 #define DB_TEST (debug) macro
71 DB_PR((DB_TEST).d_smt & 1, fmt, ##__VA_ARGS__)
73 DB_PR((DB_TEST).d_ecm >= (n), fmt, ##__VA_ARGS__)
75 DB_PR((DB_TEST).d_smt & 2, fmt, ##__VA_ARGS__)
77 DB_PR((DB_TEST).d_rmt >= (n), fmt, ##__VA_ARGS__)
79 DB_PR((DB_TEST).d_smt & 4, fmt, ##__VA_ARGS__)
81 DB_PR((DB_TEST).d_cfm >= (n), fmt, ##__VA_ARGS__)
83 DB_PR((DB_TEST).d_smt & 8, fmt, ##__VA_ARGS__)
85 DB_PR((DB_TEST).d_pcm >= (n), fmt, ##__VA_ARGS__)
[all …]