Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c126 struct mlx5e_async_ctx { struct
139 static struct mlx5e_async_ctx *mlx5e_bulk_async_init(struct mlx5_core_dev *mdev, int n) in mlx5e_bulk_async_init() argument
141 struct mlx5e_async_ctx *bulk_async; in mlx5e_bulk_async_init()
144 bulk_async = kvcalloc(n, sizeof(struct mlx5e_async_ctx), GFP_KERNEL); in mlx5e_bulk_async_init()
149 struct mlx5e_async_ctx *async = &bulk_async[i]; in mlx5e_bulk_async_init()
158 static void mlx5e_bulk_async_cleanup(struct mlx5e_async_ctx *bulk_async, int n) in mlx5e_bulk_async_cleanup()
163 struct mlx5e_async_ctx *async = &bulk_async[i]; in mlx5e_bulk_async_cleanup()
172 struct mlx5e_async_ctx *async = in create_tis_callback()
173 container_of(context, struct mlx5e_async_ctx, context); in create_tis_callback()
189 struct mlx5e_async_ctx *async = in destroy_tis_callback()
[all …]