Searched refs:phylink_printk (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phylink.c | 82 #define phylink_printk(level, pl, fmt, ...) \ macro 91 phylink_printk(KERN_ERR, pl, fmt, ##__VA_ARGS__) 93 phylink_printk(KERN_WARNING, pl, fmt, ##__VA_ARGS__) 95 phylink_printk(KERN_INFO, pl, fmt, ##__VA_ARGS__) 106 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__) 111 phylink_printk(KERN_DEBUG, pl, fmt, ##__VA_ARGS__); \
|