Searched refs:INIT_DBG_DEV (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 60 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) macro 80 #define INIT_DBG_DEV(...) macro
|
H A D | if_ixl.c | 512 INIT_DBG_DEV(dev, "begin"); in ixl_if_attach_pre() 668 INIT_DBG_DEV(dev, "end"); in ixl_if_attach_pre() 698 INIT_DBG_DEV(dev, "begin"); in ixl_if_attach_post() 843 INIT_DBG_DEV(dev, "end"); in ixl_if_attach_post() 868 INIT_DBG_DEV(dev, "begin"); in ixl_if_detach() 902 INIT_DBG_DEV(dev, "end"); in ixl_if_detach()
|
H A D | ixl_pf_iflib.c | 358 INIT_DBG_DEV(dev, "begin"); in ixl_setup_interface()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 64 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) macro 84 #define INIT_DBG_DEV(...) macro
|
H A D | if_iavf_iflib.c | 474 INIT_DBG_DEV(dev, "begin"); in iavf_if_attach_post() 499 INIT_DBG_DEV(dev, "end"); in iavf_if_attach_post() 525 INIT_DBG_DEV(dev, "begin"); in iavf_if_detach() 549 INIT_DBG_DEV(dev, "end"); in iavf_if_detach()
|