Lines Matching refs:nextirq
781 ess->pch.nextirq = ess->pch.apublk;
890 ess->rch.nextirq = ess->rch.apublk;
1362 if (pos >= ess->pch.nextirq &&
1363 pos - ess->pch.nextirq < ess->pch.apubuf / 2) {
1364 ess->pch.nextirq += ess->pch.apublk;
1366 if (ess->pch.nextirq >= ess->pch.apubuf)
1367 ess->pch.nextirq = 0;
1384 if (pos >= ess->rch.nextirq &&
1385 pos - ess->rch.nextirq < ess->rch.apubuf / 2) {
1386 ess->rch.nextirq += ess->rch.apublk;
1388 if (ess->rch.nextirq >= ess->rch.apubuf)
1389 ess->rch.nextirq = 0;