Home
last modified time | relevance | path

Searched refs:ixl_debug_core (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/ixl/
H A Dixl_pf.h283 #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 Dixl.h518 void ixl_debug_core(device_t dev, u32 enabled_mask, u32 mask, char *fmt, ...);
H A Dixl_txrx.c134 ixl_debug_core(device_t dev, u32 enabled_mask, u32 mask, char *fmt, ...) in ixl_debug_core() function