Searched refs:ixl_debug_core (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | ixl_pf.h | 281 #define ixl_dbg(pf, m, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, m, s, ##__VA_ARGS__) 282 #define ixl_dbg_info(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_INFO, s, ##__VA_… 283 #define ixl_dbg_filter(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_FILTER, s, ##_… 284 #define ixl_dbg_iov(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_IOV, s, ##__VA_AR…
|
| H A D | ixl.h | 535 void ixl_debug_core(device_t dev, u32 enabled_mask, u32 mask, char *fmt, ...);
|
| H A D | ixl_txrx.c | 135 ixl_debug_core(device_t dev, u32 enabled_mask, u32 mask, char *fmt, ...) in ixl_debug_core() function
|