Home
last modified time | relevance | path

Searched refs:client_tmp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c126 struct hnae3_client *client_tmp; in hnae3_register_client() local
134 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() local
171 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_primary_cca.c131 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 */