Searched refs:client_tmp (Results 1 – 2 of 2) 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()
131 boolean client_40mhz = false, client_tmp = false; /* connected client BW */187 client_tmp = p_entry->BandWidth; /* client BW */188 PHYDM_DBG(p_dm, DBG_PRI_CCA, ("Client_BW=%d\n", client_tmp));189 if (client_tmp > client_40mhz)190 client_40mhz = client_tmp; /* 40M/20M coexist => 40M priority is High */205 client_tmp = p_sta->bw_mode;206 if (client_tmp > client_40mhz)207 client_40mhz = client_tmp; /* 40M/20M coexist => 40M priority is High */