Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c61 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_create_tis_cb() argument
71 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_create_tis_cb()
76 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_destroy_tis_cb() argument
86 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_destroy_tis_cb()
129 struct mlx5_async_ctx *async_ctx; member
139 struct mlx5_async_ctx async_ctx; member
154 mlx5_cmd_init_async_ctx(mdev, &bulk_async->async_ctx); in mlx5e_bulk_async_init()
157 bulk_async->arr[i].async_ctx = &bulk_async->async_ctx; in mlx5e_bulk_async_init()
164 mlx5_cmd_cleanup_async_ctx(&bulk_async->async_ctx); in mlx5e_bulk_async_cleanup()
212 err = mlx5e_ktls_create_tis_cb(mdev, async->async_ctx, in mlx5e_tls_priv_tx_init()
[all …]
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h105 struct mlx5_async_ctx async_ctx; member
H A Dmain.c572 mlx5_cmd_init_async_ctx(mvdev->mdev, &migf->async_ctx); in mlx5vf_pci_save_device_data()
1019 mlx5_cmd_cleanup_async_ctx(&mvdev->saving_migf->async_ctx); in mlx5vf_disable_fds()
H A Dcmd.c639 err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in), in mlx5vf_cmd_save_vhca_state()
/openbmc/linux/drivers/crypto/
H A Dmxs-dcp.c119 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()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1685 struct mlx5_async_ctx async_ctx; member
1709 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER()
1834 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER()
2808 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
H A Dmr.c118 return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen, in mlx5_ib_create_mkey_cb()
984 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mkey_cache_init()
1045 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mkey_cache_cleanup()
H A Dmlx5_ib.h1149 struct mlx5_async_ctx async_ctx; member