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 | 197 #define DEBUG_IOCTL 0 macro 203 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 204 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 205 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe.h | 177 #define DEBUG_IOCTL 0 macro 183 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 184 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 185 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|
| /freebsd/sys/dev/e1000/ |
| H A D | if_em.h | 369 #define DEBUG_IOCTL 0 macro 375 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") 376 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) 377 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
|