Searched refs:mlx5e_async_ctx (Results 1 – 1 of 1) sorted by relevance
126 struct mlx5e_async_ctx { struct139 static struct mlx5e_async_ctx *mlx5e_bulk_async_init(struct mlx5_core_dev *mdev, int n) in mlx5e_bulk_async_init() argument141 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 …]