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.c1141 err = mlx5_alloc_prefered_buf(to_mctx(context), &qp->sq_buf, in mlx5_alloc_qp_buf()
1151 memset(qp->sq_buf.buf, 0, aligned_sq_buf_size); in mlx5_alloc_qp_buf()
1178 if (qp->sq_buf.buf) in mlx5_free_qp_buf()
1179 mlx5_free_actual_buf(ctx, &qp->sq_buf); in mlx5_free_qp_buf()
1378 qp->sq_start = qp->sq_buf.buf; in create_qp()
1379 qp->sq.qend = qp->sq_buf.buf + in create_qp()
1406 (uintptr_t) qp->sq_buf.buf : 0; in create_qp()
H A Dmlx5.h415 struct mlx5_buf sq_buf; member
H A Dmlx5.c694 qp_out->sq.buf = (void *)((uintptr_t)mqp->sq_buf.buf); in mlx5dv_get_qp()