Home
last modified time | relevance | path

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

/Linux-v6.1/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.h87 struct idxd_group { struct
192 struct idxd_group *group;
222 struct idxd_group *group;
281 struct idxd_group **groups;
380 static inline struct idxd_group *confdev_to_group(struct device *dev) in confdev_to_group()
384 return container_of(idxd_dev, struct idxd_group, idxd_dev); in confdev_to_group()
Ddevice.c693 struct idxd_group *group; in idxd_groups_clear_state()
752 static void idxd_group_config_write(struct idxd_group *group) in idxd_group_config_write()
802 struct idxd_group *group = idxd->groups[i]; in idxd_groups_config_write()
926 struct idxd_group *group = idxd->groups[i]; in idxd_group_flags_setup()
952 struct idxd_group *group; in idxd_engines_setup()
979 struct idxd_group *group; in idxd_wqs_setup()
1072 static void idxd_group_load_config(struct idxd_group *group) in idxd_group_load_config()
1141 struct idxd_group *group = idxd->groups[i]; in idxd_device_load_config()
Dinit.c269 struct idxd_group *group; in idxd_setup_groups()
272 idxd->groups = kcalloc_node(idxd->max_groups, sizeof(struct idxd_group *), in idxd_setup_groups()