Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Dprep.c176 int num_descs, with_ext, idx, i; in __ioat_prep_xor_lock() local
187 with_ext = 1; in __ioat_prep_xor_lock()
190 with_ext = 0; in __ioat_prep_xor_lock()
232 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_xor_lock()
367 int i, s, idx, with_ext, num_descs; in __ioat_prep_pq_lock() local
383 with_ext = 1; in __ioat_prep_pq_lock()
386 with_ext = 0; in __ioat_prep_pq_lock()
411 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock()
442 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_pq_lock()