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.c1816 INIT_DEBUGOUT1("igc_reset: pba=%dK",pba); in igc_reset()
/freebsd/sys/dev/e1000/
H A Dif_em.h330 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro
H A Dif_em.c3169 INIT_DEBUGOUT1("em_reset: pba=%dK",pba); in em_reset()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h173 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) macro