Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ioat/
Dprep.c164 int num_descs, with_ext, idx, i; in __ioat_prep_xor_lock() local
175 with_ext = 1; in __ioat_prep_xor_lock()
178 with_ext = 0; in __ioat_prep_xor_lock()
220 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_xor_lock()
355 int i, s, idx, with_ext, num_descs; in __ioat_prep_pq_lock() local
371 with_ext = 1; in __ioat_prep_pq_lock()
374 with_ext = 0; in __ioat_prep_pq_lock()
399 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock()
430 } while ((i += 1 + with_ext) < num_descs); in __ioat_prep_pq_lock()