Searched refs:client_tmp (Results 1 – 1 of 1) sorted by relevance
144 struct hnae3_client *client_tmp; in hnae3_register_client() local152 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client()153 if (client_tmp->type == client->type) in hnae3_register_client()180 struct hnae3_client *client_tmp; in hnae3_unregister_client() local189 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_unregister_client()190 if (client_tmp->type == client->type) { in hnae3_unregister_client()
Completed in 5 milliseconds