Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/core/
Diwpm_msg.c401 nlmsg_request = iwpm_find_nlmsg_request(msg_seq); in iwpm_register_pid_cb()
475 nlmsg_request = iwpm_find_nlmsg_request(msg_seq); in iwpm_add_mapping_cb()
554 nlmsg_request = iwpm_find_nlmsg_request(msg_seq); in iwpm_add_and_query_mapping_cb()
794 nlmsg_request = iwpm_find_nlmsg_request(msg_seq); in iwpm_mapping_error_cb()
Diwpm_util.h121 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq);
Diwpm_util.c349 struct iwpm_nlmsg_request *iwpm_find_nlmsg_request(__u32 echo_seq) in iwpm_find_nlmsg_request() function