Searched refs:iavf_debug_shared (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iavf/ |
H A D | iavf_osdep.h | 233 #define iavf_debug(h, m, s, ...) iavf_debug_shared(h, m, s, ##__VA_ARGS__) 234 void iavf_debug_shared(struct iavf_hw *hw, uint64_t mask,
|
H A D | iavf_osdep.c | 265 iavf_debug_shared(struct iavf_hw *hw, uint64_t mask, char *fmt, ...) in iavf_debug_shared() function
|