Searched refs:phylink_printk (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/phy/ |
H A D | phylink.c | 101 #define phylink_printk(level, pl, fmt, ...) \ macro 110 phylink_printk(KERN_ERR, pl, fmt, ##__VA_ARGS__) 112 phylink_printk(KERN_WARNING, pl, fmt, ##__VA_ARGS__) 114 phylink_printk(KERN_INFO, pl, fmt, ##__VA_ARGS__) 125 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__) 130 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__); \
|