Home
last modified time | relevance | path

Searched refs:MLX5_DBG_QP_SEND (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dqp.c369 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "illegal num_sge: %d, minimum is 1\n", in copy_eth_inline_headers()
390 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "Ethernet headers < 16 bytes\n"); in copy_eth_inline_headers()
573 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in set_tso_eth_seg()
645 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "bad opcode %d\n", wr->opcode); in _mlx5_post_send()
653 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "work queue overflow\n"); in _mlx5_post_send()
660 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "max gs exceeded %d (max = %d)\n", in _mlx5_post_send()
709 mlx5_dbg(fp, MLX5_DBG_QP_SEND, "atomic operations are not supported\n"); in _mlx5_post_send()
841 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in _mlx5_post_send()
862 mlx5_dbg(fp, MLX5_DBG_QP_SEND, in _mlx5_post_send()
914 if (mlx5_debug_mask & MLX5_DBG_QP_SEND) in _mlx5_post_send()
H A Dmlx5.h82 MLX5_DBG_QP_SEND = 1 << 2, enumerator