Searched refs:inflight_done (Results 1 – 2 of 2) sorted by relevance
1861 init_completion(&ctx->inflight_done); in mlx5_cmd_init_async_ctx()1876 wait_for_completion(&ctx->inflight_done); in mlx5_cmd_cleanup_async_ctx()1887 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb_handler()1903 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb()
902 struct completion inflight_done; member