Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/idxd/
Dinit.c490 idxd->hw.group_cap.bits = in idxd_read_caps()
492 dev_dbg(dev, "group_cap: %#llx\n", idxd->hw.group_cap.bits); in idxd_read_caps()
493 idxd->max_groups = idxd->hw.group_cap.num_groups; in idxd_read_caps()
495 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()
1613 if (!idxd->hw.group_cap.rdbuf_limit) in read_buffer_limit_store()
1616 if (val > idxd->hw.group_cap.total_rdbufs) in read_buffer_limit_store()
Didxd.h252 union group_cap_reg group_cap; member