Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c141 struct mlx5e_async_ctx *bulk_async; in mlx5e_bulk_async_init() local
144 bulk_async = kvcalloc(n, sizeof(struct mlx5e_async_ctx), GFP_KERNEL); in mlx5e_bulk_async_init()
145 if (!bulk_async) in mlx5e_bulk_async_init()
149 struct mlx5e_async_ctx *async = &bulk_async[i]; in mlx5e_bulk_async_init()
155 return bulk_async; 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() argument
163 struct mlx5e_async_ctx *async = &bulk_async[i]; in mlx5e_bulk_async_cleanup()
167 kvfree(bulk_async); in mlx5e_bulk_async_cleanup()
250 struct mlx5e_async_ctx *bulk_async; in mlx5e_tls_priv_tx_list_cleanup() local
253 bulk_async = mlx5e_bulk_async_init(mdev, size); in mlx5e_tls_priv_tx_list_cleanup()
[all …]