Searched refs:INIT_DEBUGOUT2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 193 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) macro
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 333 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) macro
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 172 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) macro
|
H A D | if_ix.c | 3936 INIT_DEBUGOUT2("dmac settings: watchdog %d, link speed %d\n", in ixgbe_config_dmac()
|