net/mlx5: Refactor query port speed functions
authorAharon Landau <aharonl@mellanox.com>
Thu, 17 Sep 2020 09:02:21 +0000 (12:02 +0300)
committerLeon Romanovsky <leonro@nvidia.com>
Thu, 17 Sep 2020 16:33:02 +0000 (19:33 +0300)
commit639bf4415cadff4c18e13aa5cb0dba2d443e3aa7
tree406a2c2778ed4335c8426f4dae2610246f5bbb6d
parent856deb866d16e29bd65952e0289066f6078af773
net/mlx5: Refactor query port speed functions

The functions mlx5_query_port_link_width_oper and
mlx5_query_port_ib_proto_oper are always called together, so combine them
to a new function called mlx5_query_port_oper to avoid duplication.

And while the mlx5i_get_port_settings is the same as
mlx5_query_port_oper therefore let's remove it.

According to the IB spec link_width_oper and ib_proto_oper should be u16
and not as written u8, so perform casting as a preparation to cross-RDMA
patch which will fix that type for all drivers in the RDMA subsystem.

Fixes: ada68c31ba9c ("net/mlx5: Introduce a new header file for physical port functions")
Signed-off-by: Aharon Landau <aharonl@mellanox.com>
Reviewed-by: Michael Guralnik <michaelgur@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx5/main.c
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ethtool.c
drivers/net/ethernet/mellanox/mlx5/core/port.c
include/linux/mlx5/port.h