Searched defs:HW_DEBUGOUT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h216 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.h281 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
H A Dif_em.h268 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
H A Dif_lem.h235 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h191 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h140 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__) macro
157 #define HW_DEBUGOUT(...) macro

Completed in 79 milliseconds