Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_tx.c145 struct mlx5e_bulk_async_ctx *bulk_async; in mlx5e_bulk_async_init() local
149 sz = struct_size(bulk_async, arr, n); in mlx5e_bulk_async_init()
150 bulk_async = kvzalloc(sz, GFP_KERNEL); in mlx5e_bulk_async_init()
151 if (!bulk_async) in mlx5e_bulk_async_init()
157 bulk_async->arr[i].async_ctx = &bulk_async->async_ctx; in mlx5e_bulk_async_init()
159 return bulk_async; in mlx5e_bulk_async_init()
165 kvfree(bulk_async); in mlx5e_bulk_async_cleanup()
248 if (!bulk_async) in mlx5e_tls_priv_tx_list_cleanup()
257 mlx5e_bulk_async_cleanup(bulk_async); in mlx5e_tls_priv_tx_list_cleanup()
288 if (!bulk_async) in create_work()
[all …]

Completed in 5 milliseconds