Searched refs:DEBUG_HW (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/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)
|
| /freebsd-11-stable/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 | 260 #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)
|
| HD | if_igb.h | 273 #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/ |
| HD | ixgbe.h | 183 #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/ |
| HD | ixl.h | 129 #define DEBUG_HW 1 macro 140 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__) 145 #define DEBUG_HW 0 macro
|