Searched refs:enabled_mask (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/iavf/ |
| H A D | iavf_osdep.c | 392 iavf_debug_core(device_t dev, u32 enabled_mask, u32 mask, char *fmt, ...) in iavf_debug_core() argument 396 if (!(mask & enabled_mask)) in iavf_debug_core()
|
| H A D | iavf_debug.h | 121 void iavf_debug_core(device_t dev, uint32_t enabled_mask, uint32_t mask, char *fmt, ...) __printfli…
|
| /freebsd-14.2/sys/dev/ixl/ |
| 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() argument 138 if (!(mask & enabled_mask)) in ixl_debug_core()
|