Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c1117 err = mlx5_alloc_prefered_buf(to_mctx(context), &qp->sq_buf, in mlx5_alloc_qp_buf()
1127 memset(qp->sq_buf.buf, 0, aligned_sq_buf_size); in mlx5_alloc_qp_buf()
1154 if (qp->sq_buf.buf) in mlx5_free_qp_buf()
1155 mlx5_free_actual_buf(ctx, &qp->sq_buf); in mlx5_free_qp_buf()
1314 qp->sq_start = qp->sq_buf.buf; in create_qp()
1315 qp->sq.qend = qp->sq_buf.buf + in create_qp()
1342 (uintptr_t) qp->sq_buf.buf : 0; in create_qp()
H A Dmlx5.h406 struct mlx5_buf sq_buf; member
H A Dmlx5.c656 qp_out->sq.buf = (void *)((uintptr_t)mqp->sq_buf.buf); in mlx5dv_get_qp()