Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/
Dmxs-dcp.c119 struct dcp_async_ctx async_ctx; member
824 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
837 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmr.c114 struct mlx5_async_ctx *async_ctx, in mlx5_ib_create_mkey_cb() argument
120 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_ib_create_mkey_cb()
226 &ent->dev->async_ctx, in, inlen, in add_keys()
722 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init()
781 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
Ddevx.c1658 struct mlx5_async_ctx async_ctx; member
1682 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER()
1807 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER()
2760 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
Dmlx5_ib.h1094 struct mlx5_async_ctx async_ctx; member