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

/freebsd-10-stable/sys/dev/ixgb/
H A Dif_ixgb.h215 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
/freebsd-10-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-10-stable/sys/dev/ixl/
H A Dixl.h140 #define HW_DEBUGOUT(...) if (DEBUG_HW) _DBG_PRINTF(__VA_ARGS__) macro
157 #define HW_DEBUGOUT(...) macro
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h190 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro
H A Dixv.h188 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") macro

Completed in 329 milliseconds