Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_irq_affinity.c245 int didx) in hncm_exec_migrate_to() argument
253 NAPI_DEBUG("-->%s(napi_cd=%d, didx=%d)", __func__, ctx_id, didx); in hncm_exec_migrate_to()
259 exec_ctx->cpumask.bits[0] = (1 << didx); in hncm_exec_migrate_to()
276 napid->napi_cpu[didx].napis |= (0x01 << ctx_id); in hncm_exec_migrate_to()
277 exec_ctx->cpu = didx; in hncm_exec_migrate_to()
H A Dhif_napi.c1773 int didx) argument
1778 NAPI_DEBUG("-->%s(napi_cd=%d, didx=%d)", __func__, napi_ce, didx);
1783 napid->napis[napi_ce]->cpumask.bits[0] = (1 << didx);
1795 napid->napi_cpu[didx].napis |= (0x01 << napi_ce);
1796 napid->napis[napi_ce]->cpu = didx;