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