Home
last modified time | relevance | path

Searched refs:lock32 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h78 } lock32; member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c908 if (mlx5_spinlock_init(&context->lock32)) in mlx5_init_context()
955 mlx5_spinlock_destroy(&context->lock32); in mlx5_init_context()
1012 mlx5_spinlock_destroy(&context->lock32); in mlx5_cleanup_context()
H A Dmlx5.h239 struct mlx5_spinlock lock32; member
H A Dqp.c946 &ctx->lock32); in _mlx5_post_send()
H A Dcq.c1305 mlx5_write64(doorbell, ctx->uar[0] + MLX5_CQ_DOORBELL, &ctx->lock32); in mlx5_arm_cq()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h355 spinlock_t lock32; member
H A Dmlx5_ib_qp.c936 spin_lock_init(&qp->bf.lock32); in create_kernel_qp()
4194 MLX5_GET_DOORBELL_LOCK(&bf->lock32)); in mlx5_ib_post_send()