Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ixgb.h178 #define DEBUG_HW 0 macro
186 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
187 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
188 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
H A Dif_ix.h95 #define DEBUG_HW 0 macro
103 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
104 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
105 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
H A Dif_em.h253 #define DEBUG_HW 0 macro
261 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
262 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
263 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)