Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Dport.h143 int mlx5_query_port_vl_hw_cap(struct mlx5_core_dev *dev,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c447 int mlx5_query_port_vl_hw_cap(struct mlx5_core_dev *dev, in mlx5_query_port_vl_hw_cap() function
461 EXPORT_SYMBOL_GPL(mlx5_query_port_vl_hw_cap);
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c1244 err = mlx5_query_port_vl_hw_cap(mdev, &vl_hw_cap, port); in mlx5_query_hca_port()