Home
last modified time | relevance | path

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

/openbmc/linux/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);
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h1121 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c1408 count = mlx5_core_reserved_gids_count(mdev); in mlx5_ib_query_port()