Searched refs:mlx5_query_port_ptys (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/mlx5/ |
D | port.h | 156 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 146 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() function 156 EXPORT_SYMBOL_GPL(mlx5_query_port_ptys); 175 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_IB, in mlx5_query_ib_port_oper() 1116 err = mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, port); in mlx5_port_query_eth_proto()
|
D | en_ethtool.c | 1012 err = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_EN, 1); in mlx5e_ethtool_get_link_ksettings()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port.c | 44 if (mlx5_query_port_ptys(dev, out, sizeof(out), MLX5_PTYS_EN, 1)) in mlx5_port_query_eth_autoneg()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | main.c | 502 err = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_EN, in mlx5_query_port_roce() 505 err = mlx5_query_port_ptys(mdev, out, sizeof(out), MLX5_PTYS_EN, in mlx5_query_port_roce()
|