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

/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h217 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h233 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
H A Dif_igb.h224 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
H A Dif_lem.h237 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h184 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
H A Dixv.h164 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro

Completed in 116 milliseconds