Home
last modified time | relevance | path

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

/freebsd-11-stable/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)
/freebsd-11-stable/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.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)
HDif_igb.h273 #define DEBUG_HW 0 macro
281 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
282 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
283 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe.h183 #define DEBUG_HW 0 macro
191 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
192 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
193 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/freebsd-11-stable/sys/dev/ixl/
HDixl.h129 #define DEBUG_HW 1 macro
140 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__)
145 #define DEBUG_HW 0 macro