Home
last modified time | relevance | path

Searched refs:compl_cpu (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_lb.c136 uint32 compl_cpu = 0; /* cpu selected for completion jobs */ in dhd_select_cpu_candidacy() local
166 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
167 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
168 compl_cpu = tx_cpu; in dhd_select_cpu_candidacy()
172 __FUNCTION__, napi_cpu, compl_cpu, tx_cpu)); in dhd_select_cpu_candidacy()
187 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
190 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
191 } else if (compl_cpu == 0) { in dhd_select_cpu_candidacy()
192 compl_cpu = cpumask_first(dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
200 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_lb.c136 uint32 compl_cpu = 0; /* cpu selected for completion jobs */ in dhd_select_cpu_candidacy() local
166 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
167 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
168 compl_cpu = tx_cpu; in dhd_select_cpu_candidacy()
172 __FUNCTION__, napi_cpu, compl_cpu, tx_cpu)); in dhd_select_cpu_candidacy()
187 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
190 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
191 } else if (compl_cpu == 0) { in dhd_select_cpu_candidacy()
192 compl_cpu = cpumask_first(dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
200 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_lb.c136 uint32 compl_cpu = 0; /* cpu selected for completion jobs */ in dhd_select_cpu_candidacy() local
166 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
167 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
168 compl_cpu = tx_cpu; in dhd_select_cpu_candidacy()
172 __FUNCTION__, napi_cpu, compl_cpu, tx_cpu)); in dhd_select_cpu_candidacy()
187 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
190 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
191 } else if (compl_cpu == 0) { in dhd_select_cpu_candidacy()
192 compl_cpu = cpumask_first(dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
200 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c1290 uint32 compl_cpu = 0; /* cpu selected for completion jobs */ in dhd_select_cpu_candidacy() local
1320 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_primary_new); in dhd_select_cpu_candidacy()
1321 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
1322 compl_cpu = tx_cpu; in dhd_select_cpu_candidacy()
1326 __FUNCTION__, napi_cpu, compl_cpu, tx_cpu)); in dhd_select_cpu_candidacy()
1341 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
1344 compl_cpu = cpumask_next(tx_cpu, dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
1345 } else if (compl_cpu == 0) { in dhd_select_cpu_candidacy()
1346 compl_cpu = cpumask_first(dhd->cpumask_secondary_new); in dhd_select_cpu_candidacy()
1354 if (compl_cpu >= nr_cpu_ids) in dhd_select_cpu_candidacy()
[all …]