Home
last modified time | relevance | path

Searched refs:iavf_debug_shared (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_osdep.h233 #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 Diavf_osdep.c265 iavf_debug_shared(struct iavf_hw *hw, uint64_t mask, char *fmt, ...) in iavf_debug_shared() function