Searched refs:async_ctx (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/async/ |
H A D | async.c | 35 static async_ctx *async_ctx_new(void) in async_ctx_new() 37 async_ctx *nctx; in async_ctx_new() 61 async_ctx *async_get_ctx(void) in async_get_ctx() 63 return (async_ctx *)CRYPTO_THREAD_get_local(&ctxkey); in async_get_ctx() 68 async_ctx *ctx; in async_ctx_free() 153 async_ctx *ctx = async_get_ctx(); in async_start_func() 180 async_ctx *ctx; in ASYNC_start_job() 294 async_ctx *ctx = async_get_ctx(); in ASYNC_pause_job() 437 async_ctx *ctx; in ASYNC_get_current_job() 456 async_ctx *ctx; in ASYNC_block_pause() [all …]
|
H A D | async_local.h | 26 typedef struct async_ctx_st async_ctx; typedef 78 async_ctx *async_get_ctx(void);
|
/freebsd/crypto/openssl/crypto/async/arch/ |
H A D | async_win.c | 25 async_ctx *ctx = async_get_ctx(); in async_local_cleanup()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_mr.c | 54 struct mlx5_async_ctx *async_ctx, u32 *in, in mlx5_core_create_mkey_cb() argument 82 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_core_create_mkey_cb()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_mr.c | 197 &dev->async_ctx, in, inlen, in add_keys() 434 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init() 466 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
|
H A D | mlx5_ib_devx.c | 1594 struct mlx5_async_ctx async_ctx; member 1618 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER() 1743 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER() 2640 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
|
H A D | mlx5_ib.h | 788 struct mlx5_async_ctx async_ctx; member
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 1052 struct mlx5_async_ctx *async_ctx, u32 *in,
|