Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A 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 …]
H A Didxd.h88 struct idxd_group { struct
201 struct idxd_group *group;
235 struct idxd_group *group;
321 struct idxd_group **groups;
439 static inline struct idxd_group *confdev_to_group(struct device *dev) in confdev_to_group()
443 return container_of(idxd_dev, struct idxd_group, idxd_dev); in confdev_to_group()
H A Ddevice.c676 struct idxd_group *group; in idxd_groups_clear_state()
839 static void idxd_group_config_write(struct idxd_group *group) in idxd_group_config_write()
889 struct idxd_group *group = idxd->groups[i]; in idxd_groups_config_write()
1017 struct idxd_group *group = idxd->groups[i]; in idxd_group_flags_setup()
1039 struct idxd_group *group; in idxd_engines_setup()
1066 struct idxd_group *group; in idxd_wqs_setup()
1159 static void idxd_group_load_config(struct idxd_group *group) in idxd_group_load_config()
1228 struct idxd_group *group = idxd->groups[i]; in idxd_device_load_config()
H A Dinit.c277 struct idxd_group *group; in idxd_setup_groups()
280 idxd->groups = kcalloc_node(idxd->max_groups, sizeof(struct idxd_group *), in idxd_setup_groups()