Searched refs:DEBUG_HW (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_ixgb.h | 178 #define DEBUG_HW 0 macro 186 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 187 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 188 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|
H A D | if_ix.h | 95 #define DEBUG_HW 0 macro 103 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 104 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 105 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|
H A D | if_em.h | 253 #define DEBUG_HW 0 macro 261 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") 262 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) 263 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
|