diff options
Diffstat (limited to 'drivers/infiniband/hw/mlx5/ib_rep.h')
| -rw-r--r-- | drivers/infiniband/hw/mlx5/ib_rep.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/infiniband/hw/mlx5/ib_rep.h b/drivers/infiniband/hw/mlx5/ib_rep.h index ce1dcb105dbd..9c55e5c528b4 100644 --- a/drivers/infiniband/hw/mlx5/ib_rep.h +++ b/drivers/infiniband/hw/mlx5/ib_rep.h @@ -16,7 +16,7 @@ int mlx5r_rep_init(void);  void mlx5r_rep_cleanup(void);  struct mlx5_flow_handle *create_flow_rule_vport_sq(struct mlx5_ib_dev *dev,  						   struct mlx5_ib_sq *sq, -						   u16 port); +						   u32 port);  struct net_device *mlx5_ib_get_rep_netdev(struct mlx5_eswitch *esw,  					  u16 vport_num);  #else /* CONFIG_MLX5_ESWITCH */ @@ -25,7 +25,7 @@ static inline void mlx5r_rep_cleanup(void) {}  static inline  struct mlx5_flow_handle *create_flow_rule_vport_sq(struct mlx5_ib_dev *dev,  						   struct mlx5_ib_sq *sq, -						   u16 port) +						   u32 port)  {  	return NULL;  } | 
