Searched refs:client_tmp (Results 1 – 1 of 1) sorted by relevance
126 struct hnae3_client *client_tmp; in hnae3_register_client() local134 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()135 if (client_tmp->type == client->type) in hnae3_register_client()162 struct hnae3_client *client_tmp; in hnae3_unregister_client() local171 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_unregister_client()172 if (client_tmp->type == client->type) { in hnae3_unregister_client()
Completed in 2 milliseconds