Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dgid.c116 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev) in mlx5_core_reserved_gids_count() function
120 EXPORT_SYMBOL_GPL(mlx5_core_reserved_gids_count);
/Linux-v5.4/include/linux/mlx5/
Ddriver.h1018 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c1406 count = mlx5_core_reserved_gids_count(mdev); in mlx5_ib_query_port()