Home
last modified time | relevance | path

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

/drivers/dma/idxd/
Dsysfs.c412 struct idxd_group *prevg; in engine_group_id_store()
467 struct idxd_group *g = &idxd->groups[i]; in idxd_set_free_tokens()
479 struct idxd_group *group = in group_tokens_reserved_show()
480 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_show()
489 struct idxd_group *group = in group_tokens_reserved_store()
490 container_of(dev, struct idxd_group, conf_dev); in group_tokens_reserved_store()
524 struct idxd_group *group = in group_tokens_allowed_show()
525 container_of(dev, struct idxd_group, conf_dev); in group_tokens_allowed_show()
534 struct idxd_group *group = in group_tokens_allowed_store()
535 container_of(dev, struct idxd_group, conf_dev); in group_tokens_allowed_store()
[all …]
Didxd.h42 struct idxd_group { struct
107 struct idxd_group *group;
133 struct idxd_group *group;
180 struct idxd_group *groups;
Ddevice.c498 static void idxd_group_config_write(struct idxd_group *group) in idxd_group_config_write()
550 struct idxd_group *group = &idxd->groups[i]; in idxd_groups_config_write()
630 struct idxd_group *group = &idxd->groups[i]; in idxd_group_flags_setup()
654 struct idxd_group *group; in idxd_engines_setup()
681 struct idxd_group *group; in idxd_wqs_setup()
Dinit.c151 sizeof(struct idxd_group), GFP_KERNEL); in idxd_setup_internals()