Searched refs:sysctl_debug (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c588 sys_debug = priv->sysctl_debug;
589 error = sysctl_handle_int(oidp, &priv->sysctl_debug, 0, req);
592 priv->sysctl_debug = !!priv->sysctl_debug;
593 if (sys_debug == priv->sysctl_debug)
595 if (priv->sysctl_debug)
H A Den.h665 int sysctl_debug; member in struct:mlx5e_priv
H A Dmlx5_en_main.c3139 if (priv->sysctl_debug)

Completed in 73 milliseconds