Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c51 struct mlx5_async_ctx *async_ctx, u32 *in, in mlx5_core_create_mkey_cb() argument
72 return mlx5_cmd_exec_cb(async_ctx, in, inlen, out, outlen, in mlx5_core_create_mkey_cb()
/Linux-v5.4/drivers/crypto/
Dmxs-dcp.c116 struct dcp_async_ctx async_ctx; member
827 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import()
840 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Ddevx.c1600 struct mlx5_async_ctx async_ctx; member
1624 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER()
1751 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER()
2702 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_hot_unplug_async_cmd_event_file()
Dmr.c181 &dev->async_ctx, in, inlen, in add_keys()
620 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mr_cache_init()
671 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mr_cache_cleanup()
Dmlx5_ib.h1000 struct mlx5_async_ctx async_ctx; member
/Linux-v5.4/include/linux/mlx5/
Ddriver.h949 struct mlx5_async_ctx *async_ctx, u32 *in,