Home
last modified time | relevance | path

Searched refs:iwpm_nlmsg_request (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
Diwpm_util.h61 struct iwpm_nlmsg_request { struct
103 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
119 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
128 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request);
Diwpm_util.c302 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq, in iwpm_get_nlmsg_request()
305 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_get_nlmsg_request()
308 nlmsg_request = kzalloc(sizeof(struct iwpm_nlmsg_request), gfp); in iwpm_get_nlmsg_request()
328 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_free_nlmsg_request()
331 nlmsg_request = container_of(kref, struct iwpm_nlmsg_request, kref); in iwpm_free_nlmsg_request()
343 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq) in iwpm_find_nlmsg_request()
345 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_find_nlmsg_request()
346 struct iwpm_nlmsg_request *found_request = NULL; in iwpm_find_nlmsg_request()
362 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request) in iwpm_wait_complete_req()
Diwpm_msg.c60 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid()
137 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping()
207 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping()
350 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid_cb()
417 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping_cb()
490 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping_cb()
725 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_mapping_error_cb()