Searched refs:HW_DEBUGOUT2 (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/ixgb/ |
| HD | if_ixgb.h | 218 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
| HD | if_ixgb.c | 1571 HW_DEBUGOUT2("Base = %x, Length = %x\n",
|
| /NextBSD/sys/dev/e1000/ |
| HD | if_lem.h | 237 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
| HD | if_em.h | 267 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
| HD | if_igb.h | 279 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|
| HD | if_lem.c | 2832 HW_DEBUGOUT2("Base = %x, Length = %x\n", in lem_initialize_transmit_unit()
|
| HD | if_igb.c | 3618 HW_DEBUGOUT2("Base = %x, Length = %x\n", in igb_initialize_transmit_units()
|
| HD | if_em.c | 3523 HW_DEBUGOUT2("Base = %x, Length = %x\n", in em_initialize_transmit_unit()
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | ixgbe.h | 205 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) macro
|