Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dumr.c292 struct mlx5r_umr_context umr_context; in mlx5r_umr_post_send_wait() local
299 mlx5r_umr_init_context(&umr_context); in mlx5r_umr_post_send_wait()
316 err = mlx5r_umr_post_send(umrc->qp, mkey, &umr_context.cqe, wqe, in mlx5r_umr_post_send_wait()
325 wait_for_completion(&umr_context.done); in mlx5r_umr_post_send_wait()
327 if (umr_context.status == IB_WC_SUCCESS) in mlx5r_umr_post_send_wait()
330 if (umr_context.status == IB_WC_WR_FLUSH_ERR) in mlx5r_umr_post_send_wait()
336 umr_context.status); in mlx5r_umr_post_send_wait()