Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgid.c111 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev) in mlx5_core_reserved_gids_count() function
115 EXPORT_SYMBOL_GPL(mlx5_core_reserved_gids_count);
/linux-6.15/include/linux/mlx5/
H A Ddriver.h1089 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dmain.c1497 count = mlx5_core_reserved_gids_count(mdev); in mlx5_ib_query_port()