Home
last modified time | relevance | path

Searched refs:mlx5_query_port_ptys (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mlx5/
H A Dport.h157 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c146 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() function
158 EXPORT_SYMBOL_GPL(mlx5_query_port_ptys);
177 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_IB, in mlx5_query_ib_port_oper()
1119 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, port, 0); in mlx5_port_query_eth_proto()
H A Den_ethtool.c1198 err = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_EN, 1, 0); in mlx5e_ethtool_get_link_ksettings()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c44 if (mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, 1, 0)) in mlx5_port_query_eth_autoneg()