Searched refs:async_ctx (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_tx.c | 61 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 …]
|
/Linux-v6.6/drivers/vfio/pci/mlx5/ |
D | cmd.h | 105 struct mlx5_async_ctx async_ctx; member
|
D | main.c | 572 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()
|
D | cmd.c | 639 err = mlx5_cmd_exec_cb(&migf->async_ctx, in, sizeof(in), in mlx5vf_cmd_save_vhca_state()
|
/Linux-v6.6/drivers/crypto/ |
D | mxs-dcp.c | 119 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-v6.6/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1685 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()
|
D | mr.c | 118 return mlx5_cmd_exec_cb(&dev->async_ctx, async_create->in, inlen, in mlx5_ib_create_mkey_cb() 985 mlx5_cmd_init_async_ctx(dev->mdev, &dev->async_ctx); in mlx5_mkey_cache_init() 1044 mlx5_cmd_cleanup_async_ctx(&dev->async_ctx); in mlx5_mkey_cache_cleanup()
|
D | mlx5_ib.h | 1149 struct mlx5_async_ctx async_ctx; member
|