Home
last modified time | relevance | path

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

/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 …]
/linux/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h120 struct mlx5_async_ctx async_ctx; member
H A Dresources.c341 err = mlx5_cmd_exec_cb(&mvdev->async_ctx, in issue_async_cmd()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3457 mlx5_cmd_cleanup_async_ctx(&mvdev->async_ctx); in mlx5_vdpa_free()
3903 mlx5_cmd_init_async_ctx(mdev, &mvdev->async_ctx); in mlx5_vdpa_dev_add()