Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vfio/lib/drivers/dsa/
H A Ddsa.c37 u64 max_copies_per_batch; member
203 dsa->max_copies_per_batch = 1UL << dsa->gen_cap.max_batch_shift; in dsa_register_cache_init()
204 dsa->max_copies_per_batch = min(dsa->max_copies_per_batch, ARRAY_SIZE(dsa->copy)); in dsa_register_cache_init()
230 dsa->max_batches * dsa->max_copies_per_batch; in dsa_init()
342 nr_copies = min(count, dsa->max_copies_per_batch); in dsa_memcpy_batch()