Lines Matching refs:cpu
126 int cpu = ((unsigned long int)data >> 16); in hif_exec_event() local
130 __func__, cpu, val); in hif_exec_event()
135 (napid->napi_cpu[cpu].napis != 0)) { in hif_exec_event()
137 __func__, cpu); in hif_exec_event()
139 cpu, in hif_exec_event()
141 napid->napi_cpu[cpu].napis = 0; in hif_exec_event()
274 napid->napi_cpu[exec_ctx->cpu].napis &= ~(0x01 << ctx_id); in hncm_exec_migrate_to()
277 exec_ctx->cpu = didx; in hncm_exec_migrate_to()
371 int hif_exec_cpu_migrate(struct qca_napi_data *napid, int cpu, int action) in hif_exec_cpu_migrate() argument
380 __func__, cpu, action); in hif_exec_cpu_migrate()
393 if (cpu == HNC_ANY_CPU) in hif_exec_cpu_migrate()
396 napis = cpup[cpu].napis; in hif_exec_cpu_migrate()