Searched refs:dev_printf (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_compat.h | 27 #define dev_printf(level, logtype, fmt, ...) \ macro 32 dev_printf(ERR, cxgbe_logtype, fmt, ##__VA_ARGS__) 34 dev_printf(INFO, cxgbe_logtype, fmt, ##__VA_ARGS__) 36 dev_printf(WARNING, cxgbe_logtype, fmt, ##__VA_ARGS__) 38 dev_printf(DEBUG, cxgbe_logtype, fmt, ##__VA_ARGS__) 41 dev_printf(DEBUG, cxgbe_mbox_logtype, "MBOX:" fmt, ##__VA_ARGS__) 44 dev_printf(DEBUG, cxgbe_logtype, "CXGBE trace: %s\n", __func__)
|