Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dmxs-dcp.c118 struct dcp_async_ctx async_ctx; member
816 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
829 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmr.c99 struct mlx5_async_ctx *async_ctx, in mlx5_ib_create_mkey_cb() argument
105 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_ib_create_mkey_cb()
221 &ent->dev->async_ctx, in, inlen, in add_keys()
736 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init()
795 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
Ddevx.c1560 struct mlx5_async_ctx async_ctx; member
1584 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER()
1709 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER()
2617 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
Dmlx5_ib.h1023 struct mlx5_async_ctx async_ctx; member