Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_core.c2390 struct policy_mgr_conc_connection_info *cl; in add_sbs_chlist_to_pcl() local
2410 cl = pm_conc_connection_list; in add_sbs_chlist_to_pcl()
2412 if (!WLAN_REG_IS_24GHZ_CH_FREQ(cl[conn_index].freq) && in add_sbs_chlist_to_pcl()
2413 cl[conn_index].freq < sbs_cut_off_freq) { in add_sbs_chlist_to_pcl()
2414 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2415 scc_freq = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
2457 cl = pm_conc_connection_list; in add_sbs_chlist_to_pcl()
2459 if (!WLAN_REG_IS_24GHZ_CH_FREQ(cl[conn_index].freq) && in add_sbs_chlist_to_pcl()
2460 cl[conn_index].freq > sbs_cut_off_freq) { in add_sbs_chlist_to_pcl()
2461 pcl_freqs[*index] = cl[conn_index].freq; in add_sbs_chlist_to_pcl()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_napi.c1452 int cl, curcl, curclhead = 0; local
1466 cl = cpus[i].cluster_id;
1468 i, cl);
1469 if ((cl < HNC_MIN_CLUSTER) || (cl > HNC_MAX_CLUSTER)) {
1470 NAPI_DEBUG("Bad cluster (%d). SKIPPED\n", cl);
1478 if (cl_done & (0x01 << cl)) {
1484 curcl = cl;
1489 if ((curcl >= 0) && (curcl != cl)) {
1491 cl, curcl);