Lines Matching defs:groups
32 * @groups: Bandwidth groups used in this domain.
39 struct tb_bandwidth_group groups[MAX_GROUPS];
59 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
60 struct tb_bandwidth_group *group = &tcm->groups[i];
84 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
85 struct tb_bandwidth_group *group = &tcm->groups[i];
126 tb_port_warn(in, "no available bandwidth groups\n");
138 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
139 if (tcm->groups[i].index == index) {
140 tb_bandwidth_group_attach_port(&tcm->groups[i], in);
1238 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
1239 struct tb_bandwidth_group *group = &tcm->groups[i];