Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/idxd/
Didxd.h641 u32 max_batch_shift) in idxd_wqcfg_set_max_batch_shift() argument
644 wqcfg->max_batch_shift = 0; in idxd_wqcfg_set_max_batch_shift()
646 wqcfg->max_batch_shift = max_batch_shift; in idxd_wqcfg_set_max_batch_shift()
Dregisters.h40 u64 max_batch_shift:4; member
384 u32 max_batch_shift:4; member
Dinit.c465 idxd_set_max_batch_size(idxd->data->type, idxd, 1U << idxd->hw.gen_cap.max_batch_shift); in idxd_read_caps()
Ddevice.c1142 idxd_wq_set_max_batch_size(idxd->data->type, wq, 1U << wq->wqcfg->max_batch_shift); in idxd_wq_load_config()