Searched refs:DEBUG_IOCTL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 56 #define DEBUG_IOCTL 1 macro 63 #define IOCTL_DEBUGOUT(...) if (DEBUG_IOCTL) _DBG_PRINTF(__VA_ARGS__) 64 #define IOCTL_DBG_IF2(ifp, S, ...) if (DEBUG_IOCTL) \ 66 #define IOCTL_DBG_IF(...) if (DEBUG_IOCTL) _IF_DBG_PRINTF(__VA_ARGS__) 72 #define DEBUG_IOCTL 0 macro
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 60 #define DEBUG_IOCTL 1 macro 67 #define IOCTL_DEBUGOUT(...) if (DEBUG_IOCTL) _DBG_PRINTF(__VA_ARGS__) 68 #define IOCTL_DBG_IF2(ifp, S, ...) if (DEBUG_IOCTL) \ 70 #define IOCTL_DBG_IF(...) if (DEBUG_IOCTL) _IF_DBG_PRINTF(__VA_ARGS__) 76 #define DEBUG_IOCTL 0 macro
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 188 #define DEBUG_IOCTL 0 macro 194 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 195 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 196 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 328 #define DEBUG_IOCTL 0 macro 334 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 335 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 336 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 167 #define DEBUG_IOCTL 0 macro 173 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 174 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 175 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|