Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Diwpm_util.h61 struct iwpm_nlmsg_request { struct
95 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
111 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
120 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request);
Diwpm_util.c183 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq, in iwpm_get_nlmsg_request()
186 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_get_nlmsg_request()
189 nlmsg_request = kzalloc(sizeof(struct iwpm_nlmsg_request), gfp); in iwpm_get_nlmsg_request()
209 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_free_nlmsg_request()
212 nlmsg_request = container_of(kref, struct iwpm_nlmsg_request, kref); in iwpm_free_nlmsg_request()
224 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq) in iwpm_find_nlmsg_request()
226 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_find_nlmsg_request()
227 struct iwpm_nlmsg_request *found_request = NULL; in iwpm_find_nlmsg_request()
243 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()
489 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping_cb()
654 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_mapping_error_cb()