Searched refs:_IF_DBG_PRINTF (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 47 #define _IF_DBG_PRINTF(ifp, S, ...) if_printf(ifp, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 52 #define IDPRINTF(...) _IF_DBG_PRINTF(__VA_ARGS__) 61 #define INIT_DBG_IF(...) if (DEBUG_INIT) _IF_DBG_PRINTF(__VA_ARGS__) 66 #define IOCTL_DBG_IF(...) if (DEBUG_IOCTL) _IF_DBG_PRINTF(__VA_ARGS__)
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 51 #define _IF_DBG_PRINTF(ifp, S, ...) if_printf(ifp, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 56 #define IDPRINTF(...) _IF_DBG_PRINTF(__VA_ARGS__) 65 #define INIT_DBG_IF(...) if (DEBUG_INIT) _IF_DBG_PRINTF(__VA_ARGS__) 70 #define IOCTL_DBG_IF(...) if (DEBUG_IOCTL) _IF_DBG_PRINTF(__VA_ARGS__)
|