Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.h199 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
H A Dif_igc.c2167 HW_DEBUGOUT2("Base = %x, Length = %x\n", in igc_initialize_transmit_unit()
/freebsd/sys/dev/e1000/
H A Dif_em.h337 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
H A Dif_em.c3654 HW_DEBUGOUT2("Base = %x, Length = %x\n", in em_initialize_transmit_unit()
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h180 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro