Searched refs:inflight_done (Results 1 – 2 of 2) sorted by relevance
2014 init_completion(&ctx->inflight_done); in mlx5_cmd_init_async_ctx()2029 wait_for_completion(&ctx->inflight_done); in mlx5_cmd_cleanup_async_ctx()2042 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb_handler()2061 complete(&ctx->inflight_done); in mlx5_cmd_exec_cb()
973 struct completion inflight_done; member