Searched refs:__wil_err (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debug.c | 10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err() function
|
H A D | wil6210.h | 1100 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...); 1117 #define wil_err(wil, fmt, arg...) __wil_err(wil, "%s: " fmt, __func__, ##arg)
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debug.c | 10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err() function
|
H A D | wil6210.h | 1102 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...); 1119 #define wil_err(wil, fmt, arg...) __wil_err(wil, "%s: " fmt, __func__, ##arg)
|
Completed in 8 milliseconds