Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgb/
HDif_ixgb.h218 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
HDif_ixgb.c1571 HW_DEBUGOUT2("Base = %x, Length = %x\n",
/NextBSD/sys/dev/e1000/
HDif_lem.h237 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
HDif_em.h267 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
HDif_igb.h279 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
HDif_lem.c2832 HW_DEBUGOUT2("Base = %x, Length = %x\n", in lem_initialize_transmit_unit()
HDif_igb.c3618 HW_DEBUGOUT2("Base = %x, Length = %x\n", in igb_initialize_transmit_units()
HDif_em.c3523 HW_DEBUGOUT2("Base = %x, Length = %x\n", in em_initialize_transmit_unit()
/NextBSD/sys/dev/ixgbe/
HDixgbe.h205 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro