Searched refs:pr_pools (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | fs_hws.c | 17 mlx5_fs_destroy_pr_pool(struct mlx5_fs_pool *pool, struct xarray *pr_pools, 1228 mlx5_fs_get_pr_encap_pool(struct mlx5_core_dev *dev, struct xarray *pr_pools, in mlx5_fs_get_pr_encap_pool() argument 1235 pr_pool = xa_load(pr_pools, index); in mlx5_fs_get_pr_encap_pool() 1245 err = xa_insert(pr_pools, index, pr_pool, GFP_KERNEL); in mlx5_fs_get_pr_encap_pool() 1258 mlx5_fs_destroy_pr_pool(struct mlx5_fs_pool *pool, struct xarray *pr_pools, in mlx5_fs_destroy_pr_pool() argument 1261 xa_erase(pr_pools, index); in mlx5_fs_destroy_pr_pool()
|