Searched refs:inflight_done (Results 1 – 2 of 2) sorted by relevance
2167 init_completion(&ctx->inflight_done); in mlx5_cmd_init_async_ctx()2182 wait_for_completion(&ctx->inflight_done); in mlx5_cmd_cleanup_async_ctx()2208 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb_handler()2261 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb()
973 struct completion inflight_done; member