Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/idxd/
Dsysfs.c39 struct idxd_group *prevg; in engine_group_id_store()
107 struct idxd_group *g = idxd->groups[i]; in idxd_set_free_rdbufs()
119 struct idxd_group *group = confdev_to_group(dev); in group_read_buffers_reserved_show()
136 struct idxd_group *group = confdev_to_group(dev); in group_read_buffers_reserved_store()
185 struct idxd_group *group = confdev_to_group(dev); in group_read_buffers_allowed_show()
202 struct idxd_group *group = confdev_to_group(dev); in group_read_buffers_allowed_store()
248 struct idxd_group *group = confdev_to_group(dev); in group_use_read_buffer_limit_show()
265 struct idxd_group *group = confdev_to_group(dev); in group_use_read_buffer_limit_store()
309 struct idxd_group *group = confdev_to_group(dev); in group_engines_show()
337 struct idxd_group *group = confdev_to_group(dev); in group_work_queues_show()
[all …]
Didxd.h88 struct idxd_group { struct
201 struct idxd_group *group;
235 struct idxd_group *group;
321 struct idxd_group **groups;
437 static inline struct idxd_group *confdev_to_group(struct device *dev) in confdev_to_group()
441 return container_of(idxd_dev, struct idxd_group, idxd_dev); in confdev_to_group()
Ddevice.c676 struct idxd_group *group; in idxd_groups_clear_state()
832 static void idxd_group_config_write(struct idxd_group *group) in idxd_group_config_write()
882 struct idxd_group *group = idxd->groups[i]; in idxd_groups_config_write()
1010 struct idxd_group *group = idxd->groups[i]; in idxd_group_flags_setup()
1032 struct idxd_group *group; in idxd_engines_setup()
1059 struct idxd_group *group; in idxd_wqs_setup()
1152 static void idxd_group_load_config(struct idxd_group *group) in idxd_group_load_config()
1221 struct idxd_group *group = idxd->groups[i]; in idxd_device_load_config()
Dinit.c275 struct idxd_group *group; in idxd_setup_groups()
278 idxd->groups = kcalloc_node(idxd->max_groups, sizeof(struct idxd_group *), in idxd_setup_groups()