Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c20 mlx5_fs_destroy_mh_pool(struct mlx5_fs_pool *pool, struct xarray *mh_pools,
65 xa_init(&hws_pool->mh_pools); in mlx5_fs_init_hws_actions_pool()
111 xa_for_each(&hws_pool->mh_pools, i, pool) in mlx5_fs_cleanup_hws_actions_pool()
112 mlx5_fs_destroy_mh_pool(pool, &hws_pool->mh_pools, i); in mlx5_fs_cleanup_hws_actions_pool()
113 xa_destroy(&hws_pool->mh_pools); in mlx5_fs_cleanup_hws_actions_pool()
1427 struct xarray *mh_pools, unsigned long index) in mlx5_fs_create_mh_pool() argument
1438 err = xa_insert(mh_pools, index, pool, GFP_KERNEL); in mlx5_fs_create_mh_pool()
1451 mlx5_fs_destroy_mh_pool(struct mlx5_fs_pool *pool, struct xarray *mh_pools, in mlx5_fs_destroy_mh_pool() argument
1454 xa_erase(mh_pools, index); in mlx5_fs_destroy_mh_pool()
1477 xa_for_each(&hws_pool->mh_pools, i, pool) { in mlx5_cmd_hws_modify_header_alloc()
[all …]