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

/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h39 extern int mlx5_core_debug_mask;
48 if ((mask) & mlx5_core_debug_mask) \
H A Dmlx5_main.c54 int mlx5_core_debug_mask; variable
55 module_param_named(debug_mask, mlx5_core_debug_mask, int, 0644);
H A Dmlx5_cmd.c656 data_only = !!(mlx5_core_debug_mask & (1 << MLX5_CMD_DATA));

Completed in 90 milliseconds