Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/idxd/
H A Dinit.c551 idxd->hw.group_cap.bits = in idxd_read_caps()
553 dev_dbg(dev, "group_cap: %#llx\n", idxd->hw.group_cap.bits); in idxd_read_caps()
554 idxd->max_groups = idxd->hw.group_cap.num_groups; in idxd_read_caps()
556 idxd->max_rdbufs = idxd->hw.group_cap.total_rdbufs; in idxd_read_caps()
H A 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()
H A Didxd.h252 union group_cap_reg group_cap; member