Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/idxd/
Dsysfs.c417 struct idxd_group *prevg; in engine_group_id_store()
472 struct idxd_group *g = &idxd->groups[i]; in idxd_set_free_tokens()
484 struct idxd_group *group = in group_tokens_reserved_show()
485 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_show()
494 struct idxd_group *group = in group_tokens_reserved_store()
495 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_store()
529 struct idxd_group *group = in group_tokens_allowed_show()
530 container_of(dev, struct idxd_group, conf_dev); in group_tokens_allowed_show()
539 struct idxd_group *group = in group_tokens_allowed_store()
540 container_of(dev, struct idxd_group, conf_dev); in group_tokens_allowed_store()
[all …]
Didxd.h39 struct idxd_group { struct
98 struct idxd_group *group;
124 struct idxd_group *group;
166 struct idxd_group *groups;
Ddevice.c472 static void idxd_group_config_write(struct idxd_group *group) in idxd_group_config_write()
524 struct idxd_group *group = &idxd->groups[i]; in idxd_groups_config_write()
597 struct idxd_group *group = &idxd->groups[i]; in idxd_group_flags_setup()
621 struct idxd_group *group; in idxd_engines_setup()
648 struct idxd_group *group; in idxd_wqs_setup()
Dinit.c151 sizeof(struct idxd_group), GFP_KERNEL); in idxd_setup_internals()