Home
last modified time | relevance | path

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

/drivers/dma/idxd/
Dinit.c482 idxd->hw.group_cap.bits = in idxd_read_caps()
484 dev_dbg(dev, "group_cap: %#llx\n", idxd->hw.group_cap.bits); in idxd_read_caps()
485 idxd->max_groups = idxd->hw.group_cap.num_groups; in idxd_read_caps()
487 idxd->max_rdbufs = idxd->hw.group_cap.total_rdbufs; in idxd_read_caps()
Dsysfs.c528 !idxd->hw.group_cap.progress_limit; in idxd_group_attr_progress_limit_invisible()
1579 if (!idxd->hw.group_cap.rdbuf_limit) in read_buffer_limit_store()
1582 if (val > idxd->hw.group_cap.total_rdbufs) in read_buffer_limit_store()
Didxd.h244 union group_cap_reg group_cap; member