Home
last modified time | relevance | path

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

/drivers/dma/idxd/
Dregisters.h36 u64 max_batch_shift:4; member
329 u32 max_batch_shift:4; member
Dinit.c456 idxd->max_batch_size = 1U << idxd->hw.gen_cap.max_batch_shift; in idxd_read_caps()
Ddevice.c907 wq->wqcfg->max_batch_shift = ilog2(wq->max_batch_size); in idxd_wq_config_write()