Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vfio/lib/drivers/dsa/
H A Ddsa.c160 .max_batch_shift = dsa->gen_cap.max_batch_shift, in dsa_wq_init()
203 dsa->max_copies_per_batch = 1UL << dsa->gen_cap.max_batch_shift; in dsa_register_cache_init()
/linux/drivers/dma/idxd/
H A Didxd.h712 u32 max_batch_shift) in idxd_wqcfg_set_max_batch_shift() argument
715 wqcfg->max_batch_shift = 0; in idxd_wqcfg_set_max_batch_shift()
717 wqcfg->max_batch_shift = max_batch_shift; in idxd_wqcfg_set_max_batch_shift()
H A Dinit.c549 idxd_set_max_batch_size(idxd->data->type, idxd, 1U << idxd->hw.gen_cap.max_batch_shift); in idxd_read_caps()
H A Ddevice.c1175 idxd_wq_set_max_batch_size(idxd->data->type, wq, 1U << wq->wqcfg->max_batch_shift); in idxd_wq_load_config()