Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_irq_affinity.c330 int smallidx = -1; in hncm_dest_cpu() local
338 smallidx = i; in hncm_dest_cpu()
342 destidx = smallidx; in hncm_dest_cpu()
H A Dhif_napi.c1848 int smallidx = -1; local
1856 smallidx = i;
1861 smallidx = ((1 << smallidx) & napid->user_cpu_affin_mask) ?
1862 smallidx : -1;
1864 if ((smallidx < 0) && (head == napid->bigcl_head)) {
1870 destidx = smallidx;