Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
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-5.19.10/include/linux/mlx5/
Ddriver.h1104 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dmain.c1390 count = mlx5_core_reserved_gids_count(mdev); in mlx5_ib_query_port()