Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/idxd/
Didxd.h575 u32 max_batch_shift) in idxd_wqcfg_set_max_batch_shift() argument
578 wqcfg->max_batch_shift = 0; in idxd_wqcfg_set_max_batch_shift()
580 wqcfg->max_batch_shift = max_batch_shift; in idxd_wqcfg_set_max_batch_shift()
Dregisters.h36 u64 max_batch_shift:4; member
337 u32 max_batch_shift:4; member
Dinit.c421 idxd_set_max_batch_size(idxd->data->type, idxd, 1U << idxd->hw.gen_cap.max_batch_shift); in idxd_read_caps()
Ddevice.c1062 idxd_wq_set_max_batch_size(idxd->data->type, wq, 1U << wq->wqcfg->max_batch_shift); in idxd_wq_load_config()