Home
last modified time | relevance | path

Searched refs:INIT_DEBUGOUT1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/igc/
H A Dif_igc.h192 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
H A Dif_igc.c1812 INIT_DEBUGOUT1("igc_reset: pba=%dK",pba); in igc_reset()
/freebsd/sys/dev/e1000/
H A Dif_em.h332 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
H A Dif_em.c3180 INIT_DEBUGOUT1("em_reset: pba=%dK",pba); in em_reset()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h171 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro