Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Didxd.h684 u32 max_batch_shift) in idxd_wqcfg_set_max_batch_shift() argument
687 wqcfg->max_batch_shift = 0; in idxd_wqcfg_set_max_batch_shift()
689 wqcfg->max_batch_shift = max_batch_shift; in idxd_wqcfg_set_max_batch_shift()
H A Dinit.c484 idxd_set_max_batch_size(idxd->data->type, idxd, 1U << idxd->hw.gen_cap.max_batch_shift); in idxd_read_caps()
H A Ddevice.c1154 idxd_wq_set_max_batch_size(idxd->data->type, wq, 1U << wq->wqcfg->max_batch_shift); in idxd_wq_load_config()