|
@@ -256,7 +256,7 @@ void ib_sa_cancel_query(int id, struct ib_sa_query *query);
|
|
int ib_sa_path_rec_get(struct ib_device *device, u8 port_num,
|
|
int ib_sa_path_rec_get(struct ib_device *device, u8 port_num,
|
|
struct ib_sa_path_rec *rec,
|
|
struct ib_sa_path_rec *rec,
|
|
ib_sa_comp_mask comp_mask,
|
|
ib_sa_comp_mask comp_mask,
|
|
- int timeout_ms, int gfp_mask,
|
|
|
|
|
|
+ int timeout_ms, unsigned int __nocast gfp_mask,
|
|
void (*callback)(int status,
|
|
void (*callback)(int status,
|
|
struct ib_sa_path_rec *resp,
|
|
struct ib_sa_path_rec *resp,
|
|
void *context),
|
|
void *context),
|
|
@@ -267,7 +267,7 @@ int ib_sa_mcmember_rec_query(struct ib_device *device, u8 port_num,
|
|
u8 method,
|
|
u8 method,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
ib_sa_comp_mask comp_mask,
|
|
ib_sa_comp_mask comp_mask,
|
|
- int timeout_ms, int gfp_mask,
|
|
|
|
|
|
+ int timeout_ms, unsigned int __nocast gfp_mask,
|
|
void (*callback)(int status,
|
|
void (*callback)(int status,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
void *context),
|
|
void *context),
|
|
@@ -278,7 +278,7 @@ int ib_sa_service_rec_query(struct ib_device *device, u8 port_num,
|
|
u8 method,
|
|
u8 method,
|
|
struct ib_sa_service_rec *rec,
|
|
struct ib_sa_service_rec *rec,
|
|
ib_sa_comp_mask comp_mask,
|
|
ib_sa_comp_mask comp_mask,
|
|
- int timeout_ms, int gfp_mask,
|
|
|
|
|
|
+ int timeout_ms, unsigned int __nocast gfp_mask,
|
|
void (*callback)(int status,
|
|
void (*callback)(int status,
|
|
struct ib_sa_service_rec *resp,
|
|
struct ib_sa_service_rec *resp,
|
|
void *context),
|
|
void *context),
|
|
@@ -313,7 +313,7 @@ static inline int
|
|
ib_sa_mcmember_rec_set(struct ib_device *device, u8 port_num,
|
|
ib_sa_mcmember_rec_set(struct ib_device *device, u8 port_num,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
ib_sa_comp_mask comp_mask,
|
|
ib_sa_comp_mask comp_mask,
|
|
- int timeout_ms, int gfp_mask,
|
|
|
|
|
|
+ int timeout_ms, unsigned int __nocast gfp_mask,
|
|
void (*callback)(int status,
|
|
void (*callback)(int status,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
void *context),
|
|
void *context),
|
|
@@ -355,7 +355,7 @@ static inline int
|
|
ib_sa_mcmember_rec_delete(struct ib_device *device, u8 port_num,
|
|
ib_sa_mcmember_rec_delete(struct ib_device *device, u8 port_num,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
struct ib_sa_mcmember_rec *rec,
|
|
ib_sa_comp_mask comp_mask,
|
|
ib_sa_comp_mask comp_mask,
|
|
- int timeout_ms, int gfp_mask,
|
|
|
|
|
|
+ int timeout_ms, unsigned int __nocast gfp_mask,
|
|
void (*callback)(int status,
|
|
void (*callback)(int status,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
struct ib_sa_mcmember_rec *resp,
|
|
void *context),
|
|
void *context),
|