Searched defs:HW_DEBUGOUT2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 199 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 339 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 178 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|