Searched refs:inflight_done (Results 1 – 2 of 2) sorted by relevance
2083 init_completion(&ctx->inflight_done); in mlx5_cmd_init_async_ctx()2098 wait_for_completion(&ctx->inflight_done); in mlx5_cmd_cleanup_async_ctx()2120 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb_handler()2139 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb()
980 struct completion inflight_done; member