Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Didxd.h693 u32 max_batch_shift) in idxd_wqcfg_set_max_batch_shift() argument
696 wqcfg->max_batch_shift = 0; in idxd_wqcfg_set_max_batch_shift()
698 wqcfg->max_batch_shift = max_batch_shift; in idxd_wqcfg_set_max_batch_shift()
H A Dregisters.h47 u64 max_batch_shift:4; member
391 u32 max_batch_shift:4; member
H A Dinit.c548 idxd_set_max_batch_size(idxd->data->type, idxd, 1U << idxd->hw.gen_cap.max_batch_shift); in idxd_read_caps()
H A Ddevice.c1169 idxd_wq_set_max_batch_size(idxd->data->type, wq, 1U << wq->wqcfg->max_batch_shift); in idxd_wq_load_config()
/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()