Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Diwpm_util.h64 struct iwpm_nlmsg_request { struct
105 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq,
121 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
130 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request);
Diwpm_util.c307 struct iwpm_nlmsg_request *iwpm_get_nlmsg_request(__u32 nlmsg_seq, in iwpm_get_nlmsg_request()
310 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_get_nlmsg_request()
313 nlmsg_request = kzalloc(sizeof(struct iwpm_nlmsg_request), gfp); in iwpm_get_nlmsg_request()
334 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_free_nlmsg_request()
337 nlmsg_request = container_of(kref, struct iwpm_nlmsg_request, kref); in iwpm_free_nlmsg_request()
349 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq) in iwpm_find_nlmsg_request()
351 struct iwpm_nlmsg_request *nlmsg_request; in iwpm_find_nlmsg_request()
352 struct iwpm_nlmsg_request *found_request = NULL; in iwpm_find_nlmsg_request()
368 int iwpm_wait_complete_req(struct iwpm_nlmsg_request *nlmsg_request) in iwpm_wait_complete_req()
Diwpm_msg.c66 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid()
146 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping()
229 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping()
387 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_register_pid_cb()
460 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_mapping_cb()
539 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_add_and_query_mapping_cb()
778 struct iwpm_nlmsg_request *nlmsg_request = NULL; in iwpm_mapping_error_cb()