Searched refs:DEBUG_HW (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 57 #define DEBUG_HW 1 macro 68 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__) 73 #define DEBUG_HW 0 macro
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 61 #define DEBUG_HW 1 macro 72 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__) 77 #define DEBUG_HW 0 macro
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 189 #define DEBUG_HW 0 macro 197 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 198 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 199 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 329 #define DEBUG_HW 0 macro 337 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 338 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 168 #define DEBUG_HW 0 macro 176 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 177 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 178 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|