Searched refs:async_ctx (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
D | mxs-dcp.c | 118 struct dcp_async_ctx async_ctx; member 823 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import() 836 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | mr.c | 99 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() 741 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init() 800 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
|
D | devx.c | 1559 struct mlx5_async_ctx async_ctx; member 1583 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER() 1708 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER() 2620 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
|
D | mlx5_ib.h | 1023 struct mlx5_async_ctx async_ctx; member
|