forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/infiniband/core/sa.h
....@@ -49,16 +49,14 @@
4949 }
5050
5151 int ib_sa_mcmember_rec_query(struct ib_sa_client *client,
52
- struct ib_device *device, u8 port_num,
53
- u8 method,
52
+ struct ib_device *device, u8 port_num, u8 method,
5453 struct ib_sa_mcmember_rec *rec,
5554 ib_sa_comp_mask comp_mask,
56
- int timeout_ms, gfp_t gfp_mask,
55
+ unsigned long timeout_ms, gfp_t gfp_mask,
5756 void (*callback)(int status,
5857 struct ib_sa_mcmember_rec *resp,
5958 void *context),
60
- void *context,
61
- struct ib_sa_query **sa_query);
59
+ void *context, struct ib_sa_query **sa_query);
6260
6361 int mcast_init(void);
6462 void mcast_cleanup(void);