Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Diwpm_util.h65 struct iwpm_nlmsg_request { struct
107 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
123 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
132 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request);
Diwpm_util.c300 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq, in iwpm_get_nlmsg_request()
303 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_get_nlmsg_request()
306 nlmsg_request = kzalloc(sizeof(struct iwpm_nlmsg_request), gfp); in iwpm_get_nlmsg_request()
327 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_free_nlmsg_request()
330 nlmsg_request = container_of(kref, struct iwpm_nlmsg_request, kref); in iwpm_free_nlmsg_request()
342 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq) in iwpm_find_nlmsg_request()
344 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_find_nlmsg_request()
345 struct iwpm_nlmsg_request *found_request = NULL; in iwpm_find_nlmsg_request()
361 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request) in iwpm_wait_complete_req()
Diwpm_msg.c59 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid()
137 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping()
208 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping()
353 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid_cb()
419 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping_cb()
491 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping_cb()
720 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_mapping_error_cb()