Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c60 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_create_tis_cb() argument
70 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_create_tis_cb()
75 struct mlx5_async_ctx *async_ctx, in mlx5e_ktls_destroy_tis_cb() argument
85 return mlx5_cmd_exec_cb(async_ctx, in, sizeof(in), in mlx5e_ktls_destroy_tis_cb()
128 struct mlx5_async_ctx async_ctx; member
151 mlx5_cmd_init_async_ctx(mdev, &async->async_ctx); in mlx5e_bulk_async_init()
165 mlx5_cmd_cleanup_async_ctx(&async->async_ctx); in mlx5e_bulk_async_cleanup()
217 err = mlx5e_ktls_create_tis_cb(mdev, &async->async_ctx, in mlx5e_tls_priv_tx_init()
241 &async->async_ctx, in mlx5e_tls_priv_tx_cleanup()
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dcmd.h40 struct mlx5_async_ctx async_ctx; member
Dmain.c248 mlx5_cmd_init_async_ctx(mvdev->mdev, &migf->async_ctx); in mlx5vf_pci_save_device_data()
374 mlx5_cmd_cleanup_async_ctx(&mvdev->saving_migf->async_ctx); in mlx5vf_disable_fds()
Dcmd.c356 err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in), in mlx5vf_cmd_save_vhca_state()
/linux-6.1.9/drivers/crypto/
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()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Ddevx.c1664 struct mlx5_async_ctx async_ctx; member
1688 mlx5_cmd_init_async_ctx(mdev->mdev, &ev_file->async_ctx); in UVERBS_HANDLER()
1813 err = mlx5_cmd_exec_cb(&ev_file->async_ctx, cmd_in, in UVERBS_HANDLER()
2789 mlx5_cmd_cleanup_async_ctx(&comp_ev_file->async_ctx); in devx_async_cmd_event_destroy_uobj()
Dmr.c115 return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen, in mlx5_ib_create_mkey_cb()
749 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mkey_cache_init()
804 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mkey_cache_cleanup()
Dmlx5_ib.h1101 struct mlx5_async_ctx async_ctx; member