Searched refs:sq_buf (Results 1 – 3 of 3) sorted by relevance
1101 err = mlx5_alloc_prefered_buf(to_mctx(context), &qp->sq_buf, in mlx5_alloc_qp_buf()1111 memset(qp->sq_buf.buf, 0, aligned_sq_buf_size); in mlx5_alloc_qp_buf()1138 if (qp->sq_buf.buf) in mlx5_free_qp_buf()1139 mlx5_free_actual_buf(ctx, &qp->sq_buf); in mlx5_free_qp_buf()1298 qp->sq_start = qp->sq_buf.buf; in create_qp()1299 qp->sq.qend = qp->sq_buf.buf + in create_qp()1324 (uintptr_t) qp->sq_buf.buf : 0; in create_qp()
406 struct mlx5_buf sq_buf; member
646 qp_out->sq.buf = (void *)((uintptr_t)mqp->sq_buf.buf); in mlx5dv_get_qp()