Searched refs:with_ext (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma_v3.c480 int num_descs, with_ext, idx, i; local
491 with_ext = 1;
494 with_ext = 0;
534 } while ((i += 1 + with_ext) < num_descs);
621 int i, s, idx, with_ext, num_descs; local
636 with_ext = 1;
639 with_ext = 0;
663 ext = ioat2_get_ring_ent(ioat, idx + i + with_ext);
691 } while ((i += 1 + with_ext) < num_descs);

Completed in 14 milliseconds