Symbol: iwpm_nlmsg_request
drivers/infiniband/core/iwpm_msg.c
146
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
229
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
387
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
460
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
539
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
66
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_msg.c
778
struct iwpm_nlmsg_request *nlmsg_request = NULL;
drivers/infiniband/core/iwpm_util.c
307
struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
drivers/infiniband/core/iwpm_util.c
310
struct iwpm_nlmsg_request *nlmsg_request;
drivers/infiniband/core/iwpm_util.c
313
nlmsg_request = kzalloc_obj(struct iwpm_nlmsg_request, gfp);
drivers/infiniband/core/iwpm_util.c
334
struct iwpm_nlmsg_request *nlmsg_request;
drivers/infiniband/core/iwpm_util.c
337
nlmsg_request = container_of(kref, struct iwpm_nlmsg_request, kref);
drivers/infiniband/core/iwpm_util.c
349
struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq)
drivers/infiniband/core/iwpm_util.c
351
struct iwpm_nlmsg_request *nlmsg_request;
drivers/infiniband/core/iwpm_util.c
352
struct iwpm_nlmsg_request *found_request = NULL;
drivers/infiniband/core/iwpm_util.c
368
int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request)
drivers/infiniband/core/iwpm_util.h
105
struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
drivers/infiniband/core/iwpm_util.h
121
struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
drivers/infiniband/core/iwpm_util.h
130
int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request);