Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_irq_affinity.c300 int destidx = -1; in hncm_dest_cpu() local
317 destidx = i; in hncm_dest_cpu()
322 if ((destidx < 0) && (head == napid->lilcl_head)) { in hncm_dest_cpu()
342 destidx = smallidx; in hncm_dest_cpu()
343 if ((destidx < 0) && (head == napid->bigcl_head)) { in hncm_dest_cpu()
350 NAPI_DEBUG("<--%s[dest=%d]", __func__, destidx); in hncm_dest_cpu()
351 return destidx; in hncm_dest_cpu()
H A Dhif_napi.c1818 int destidx = -1; local
1835 destidx = i;
1840 if ((destidx < 0) && (head == napid->lilcl_head)) {
1870 destidx = smallidx;
1872 NAPI_DEBUG("<--%s[dest=%d]", __func__, destidx);
1873 return destidx;