Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/async/
H A Dasync.c33 static async_ctx *async_ctx_new(void) in async_ctx_new()
35 async_ctx *nctx; in async_ctx_new()
59 async_ctx *async_get_ctx(void) in async_get_ctx()
61 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx()
66 async_ctx *ctx; in async_ctx_free()
147 async_ctx *ctx = async_get_ctx(); in async_start_func()
170 async_ctx *ctx; in ASYNC_start_job()
258 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job()
401 async_ctx *ctx; in ASYNC_get_current_job()
420 async_ctx *ctx; in ASYNC_block_pause()
[all …]
H A Dasync_local.h26 typedef struct async_ctx_st async_ctx; typedef
74 async_ctx *async_get_ctx(void);
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mr.c56 struct mlx5_async_ctx *async_ctx, u32 *in, in mlx5_core_create_mkey_cb() argument
84 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_core_create_mkey_cb()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c199 &dev->async_ctx, in, inlen, in add_keys()
436 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init()
468 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
H A Dmlx5_ib.h771 struct mlx5_async_ctx async_ctx; member
/freebsd-13.1/sys/dev/mlx5/
H A Ddriver.h1004 struct mlx5_async_ctx *async_ctx, u32 *in,