Searched refs:max_copies_per_batch (Results 1 – 1 of 1) sorted by relevance
37 u64 max_copies_per_batch; member203 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()