Searched refs:INIT_DBG_DEV (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/ixl/ |
| D | ixl_debug.h | 61 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) macro 81 #define INIT_DBG_DEV(...) macro
|
| D | if_ixl.c | 495 INIT_DBG_DEV(dev, "begin"); in ixl_if_attach_pre() 651 INIT_DBG_DEV(dev, "end"); in ixl_if_attach_pre() 681 INIT_DBG_DEV(dev, "begin"); in ixl_if_attach_post() 815 INIT_DBG_DEV(dev, "end"); in ixl_if_attach_post() 840 INIT_DBG_DEV(dev, "begin"); in ixl_if_detach() 874 INIT_DBG_DEV(dev, "end"); in ixl_if_detach()
|
| D | ixl_pf_iflib.c | 359 INIT_DBG_DEV(dev, "begin"); in ixl_setup_interface()
|
| /freebsd-12-stable/sys/dev/iavf/ |
| D | iavf_debug.h | 65 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__) macro 85 #define INIT_DBG_DEV(...) macro
|
| D | if_iavf_iflib.c | 473 INIT_DBG_DEV(dev, "begin"); in iavf_if_attach_post() 498 INIT_DBG_DEV(dev, "end"); in iavf_if_attach_post() 524 INIT_DBG_DEV(dev, "begin"); in iavf_if_detach() 548 INIT_DBG_DEV(dev, "end"); in iavf_if_detach()
|