Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dgid.c43 ida_init(&dev->roce.reserved_gids.ida); in mlx5_init_reserved_gids()
44 dev->roce.reserved_gids.start = tblsz; in mlx5_init_reserved_gids()
45 dev->roce.reserved_gids.count = 0; in mlx5_init_reserved_gids()
51 dev->roce.reserved_gids.start = 0; in mlx5_cleanup_reserved_gids()
52 dev->roce.reserved_gids.count = 0; in mlx5_cleanup_reserved_gids()
71 dev->roce.reserved_gids.count, in mlx5_core_reserve_gids()
72 dev->roce.reserved_gids.start); in mlx5_core_reserve_gids()
84 dev->roce.reserved_gids.count, in mlx5_core_unreserve_gids()
85 dev->roce.reserved_gids.start); in mlx5_core_unreserve_gids()
91 dev->roce.reserved_gids.count - 1; in mlx5_core_reserved_gid_alloc()
[all …]
/linux-6.3-rc2/include/linux/mlx5/
A Ddriver.h799 struct mlx5_rsvd_gids reserved_gids; member

Completed in 9 milliseconds