Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgb/
HDif_ixgb.h207 #define DEBUG_HW 0 macro
216 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
217 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
218 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/NextBSD/sys/dev/e1000/
HDif_lem.h227 #define DEBUG_HW 0 macro
235 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
236 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
237 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
HDif_em.h257 #define DEBUG_HW 0 macro
265 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
266 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
267 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
HDif_igb.h269 #define DEBUG_HW 0 macro
277 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
278 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
279 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/NextBSD/sys/dev/ixl/
HDixl.h133 #define DEBUG_HW 1 macro
144 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__)
149 #define DEBUG_HW 0 macro
/NextBSD/sys/dev/ixgbe/
HDixgbe.h195 #define DEBUG_HW 0 macro
203 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
204 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
205 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)