Searched refs:DEBUG_HW (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/ixgb/ |
| HD | if_ixgb.h | 207 #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/ |
| HD | if_lem.h | 227 #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)
|
| HD | if_em.h | 257 #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)
|
| HD | if_igb.h | 269 #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/ |
| HD | ixl.h | 133 #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/ |
| HD | ixgbe.h | 195 #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)
|