Searched refs:DEBUG_HW (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_debug.h58 #define DEBUG_HW 1 macro
69 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__)
74 #define DEBUG_HW 0 macro
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h328 #define DEBUG_HW 0 macro
336 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
337 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
338 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h177 #define DEBUG_HW 0 macro
185 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
186 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
187 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)

Completed in 100 milliseconds