forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.h
....@@ -68,7 +68,7 @@
6868 return mdev->fpga->tls->caps;
6969 }
7070
71
-int mlx5_fpga_tls_resync_rx(struct mlx5_core_dev *mdev, u32 handle, u32 seq,
72
- u64 rcd_sn);
71
+int mlx5_fpga_tls_resync_rx(struct mlx5_core_dev *mdev, __be32 handle,
72
+ u32 seq, __be64 rcd_sn);
7373
7474 #endif /* __MLX5_FPGA_TLS_H__ */