Searched refs:phylink_printk (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/phy/ |
D | phylink.c | 91 #define phylink_printk(level, pl, fmt, ...) \ macro 100 phylink_printk(KERN_ERR, pl, fmt, ##__VA_ARGS__) 102 phylink_printk(KERN_WARNING, pl, fmt, ##__VA_ARGS__) 104 phylink_printk(KERN_INFO, pl, fmt, ##__VA_ARGS__) 115 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__) 120 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__); \
|