Searched refs:bulk_async (Results 1 – 1 of 1) sorted by relevance
141 struct mlx5e_async_ctx *bulk_async; in mlx5e_bulk_async_init() local144 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() argument163 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() local253 bulk_async = mlx5e_bulk_async_init(mdev, size); in mlx5e_tls_priv_tx_list_cleanup()[all …]