Searched refs:async_ctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/crypto/ |
D | mxs-dcp.c | 119 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/ |
D | mr.c | 114 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()
|
D | devx.c | 1658 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()
|
D | mlx5_ib.h | 1094 struct mlx5_async_ctx async_ctx; member
|