diff options
| author | Noa Osherovich <noaos@mellanox.com> | 2016-06-02 03:47:53 -0400 |
|---|---|---|
| committer | Leon Romanovsky <leon@kernel.org> | 2016-08-18 11:49:52 -0400 |
| commit | d5beb7f2aff4a60237fd97a98d49a78c9045b8f2 (patch) | |
| tree | 7b321d490a99f7829c6327ad08f48fd3969e8a5b /include/linux/mlx5 | |
| parent | 8cca30a7f914fe363fa9700715619ca5c8cb38cc (diff) | |
net/mlx5: Separate query_port_proto_oper for IB and EN
Replaced mlx5_query_port_proto_oper with separate functions per link
type. The functions should take different arguments so no point in
trying to unite them.
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/linux/mlx5')
| -rw-r--r-- | include/linux/mlx5/port.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/mlx5/port.h b/include/linux/mlx5/port.h index 6f876a4770f6..b3065acd20b4 100644 --- a/include/linux/mlx5/port.h +++ b/include/linux/mlx5/port.h | |||
| @@ -103,9 +103,10 @@ int mlx5_query_port_proto_admin(struct mlx5_core_dev *dev, | |||
| 103 | u32 *proto_admin, int proto_mask); | 103 | u32 *proto_admin, int proto_mask); |
| 104 | int mlx5_query_port_link_width_oper(struct mlx5_core_dev *dev, | 104 | int mlx5_query_port_link_width_oper(struct mlx5_core_dev *dev, |
| 105 | u8 *link_width_oper, u8 local_port); | 105 | u8 *link_width_oper, u8 local_port); |
| 106 | int mlx5_query_port_proto_oper(struct mlx5_core_dev *dev, | 106 | int mlx5_query_port_ib_proto_oper(struct mlx5_core_dev *dev, |
| 107 | u8 *proto_oper, int proto_mask, | 107 | u8 *proto_oper, u8 local_port); |
| 108 | u8 local_port); | 108 | int mlx5_query_port_eth_proto_oper(struct mlx5_core_dev *dev, |
| 109 | u32 *proto_oper, u8 local_port); | ||
| 109 | int mlx5_set_port_ptys(struct mlx5_core_dev *dev, bool an_disable, | 110 | int mlx5_set_port_ptys(struct mlx5_core_dev *dev, bool an_disable, |
| 110 | u32 proto_admin, int proto_mask); | 111 | u32 proto_admin, int proto_mask); |
| 111 | void mlx5_toggle_port_link(struct mlx5_core_dev *dev); | 112 | void mlx5_toggle_port_link(struct mlx5_core_dev *dev); |
