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