Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
H A Dport.h175 int mlx5_query_port_vl_hw_cap(struct mlx5_core_dev *dev,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c482 int mlx5_query_port_vl_hw_cap(struct mlx5_core_dev *dev, in mlx5_query_port_vl_hw_cap() function
496 EXPORT_SYMBOL_GPL(mlx5_query_port_vl_hw_cap);
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c1436 err = mlx5_query_port_vl_hw_cap(mdev, &vl_hw_cap, port); in mlx5_query_hca_port()