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

/freebsd-10.3-release/sys/dev/e1000/
H A Dif_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)
H A Dif_em.h260 #define DEBUG_HW 0 macro
268 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
269 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
270 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
H A Dif_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)
/freebsd-10.3-release/sys/dev/ixgb/
H A Dif_ixgb.h206 #define DEBUG_HW 0 macro
215 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
216 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
217 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe.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)
/freebsd-10.3-release/sys/dev/ixl/
H A Dixl.h129 #define DEBUG_HW 1 macro
140 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__)
145 #define DEBUG_HW 0 macro

Completed in 137 milliseconds