Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmlx5_core.h40 extern int mlx5_core_debug_mask;
49 if ((mask) & mlx5_core_debug_mask) \
Dmain.c59 int mlx5_core_debug_mask; variable
60 module_param_named(debug_mask, mlx5_core_debug_mask, int, 0644);
Dcmd.c437 data_only = !!(mlx5_core_debug_mask & (1 << MLX5_CMD_DATA)); in dump_command()