Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_debug.h57 #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 Diavf_debug.h61 #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 Dif_igc.h189 #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 Dif_em.h329 #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 Dixgbe.h168 #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)