Searched refs:MLX5_PTYS_IB (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 185 ret = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_IB, 1); in mlx5i_get_port_settings()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 204 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_IB, local_port); in mlx5_query_port_link_width_oper() 237 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_IB, in mlx5_query_port_ib_proto_oper()
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 886 MLX5_PTYS_IB = 1 << 0, enumerator
|