en_print
static bool en_print = true;
en_print = true;
if (!(err_verbosity & KOMEDA_DEV_PRINT_DISABLE_RATELIMIT) && !en_print)
en_print = false;
void en_print(const char *level, const struct mlx4_en_priv *priv,
en_print(KERN_DEBUG, priv, format, ##__VA_ARGS__); \
en_print(KERN_WARNING, priv, format, ##__VA_ARGS__)
en_print(KERN_ERR, priv, format, ##__VA_ARGS__)
en_print(KERN_INFO, priv, format, ##__VA_ARGS__)