Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebug.c101 dev_printk(KERN_DEBUG, ab->dev, "%s %pV", ath11k_dbg_str(mask), &vaf); in __ath11k_dbg()
106 dev_printk(KERN_DEBUG, ab->dev, "%s %s", ath11k_dbg_str(mask), str); in __ath11k_dbg()
H A Ddebug.h32 static inline const char *ath11k_dbg_str(enum ath11k_debug_mask mask) in ath11k_dbg_str() function