Home
last modified time | relevance | path

Searched refs:mlx5_debug_mask (Results 1 – 4 of 4) sorted by relevance

/src/contrib/ofed/libmlx5/
H A Dmlx5.h88 extern uint32_t mlx5_debug_mask;
94 if (mask & mlx5_debug_mask) \
H A Dmlx5.c94 uint32_t mlx5_debug_mask = 0; variable
478 mlx5_debug_mask = strtol(env, NULL, 0); in set_debug_mask()
H A Dqp.c914 if (mlx5_debug_mask & MLX5_DBG_QP_SEND) in _mlx5_post_send()
H A Dcq.c494 if (mlx5_debug_mask & MLX5_DBG_CQ_CQE) { in mlx5_get_next_cqe()