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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h223 #define DEBUG_HW 0 macro
231 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
232 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
233 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
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_igb.h214 #define DEBUG_HW 0 macro
222 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
223 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
224 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/freebsd-9.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-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h174 #define DEBUG_HW 0 macro
182 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
183 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
184 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
H A Dixv.h154 #define DEBUG_HW 0 macro
162 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
163 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
164 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)

Completed in 71 milliseconds