Lines Matching defs:group

129 					  struct precreate_mgroup *group)
131 ib_net16_t mpkey = *(ib_net16_t *)&group->mgid.raw[4];
134 if (mgid_is_broadcast(&group->mgid)
142 "IP MC group (%s) specified with invalid pkey 0x%04x "
144 inet_ntop(AF_INET6, group->mgid.raw, gid_str, sizeof gid_str),
150 struct precreate_mgroup *group)
154 if (group->flags.rate == conf->flags.rate)
158 "IP MC group (%s) specified with invalid rate (%d): "
160 "[Partition broadcast group rate = %d]\n",
161 inet_ntop(AF_INET6, group->mgid.raw, gid_str, sizeof gid_str),
162 group->flags.rate, cl_ntoh16(conf->p_prtn->pkey),
168 struct precreate_mgroup *group)
172 if (group->flags.mtu == conf->flags.mtu)
176 "IP MC group (%s) specified with invalid mtu (%d): "
178 "[Partition broadcast group mtu = %d]\n",
179 inet_ntop(AF_INET6, group->mgid.raw, gid_str, sizeof gid_str),
180 group->flags.mtu, cl_ntoh16(conf->p_prtn->pkey),
185 static void __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group)
189 if (!group->flags.scope_mask) {
191 (uint8_t) group->flags.rate,
192 (uint8_t) group->flags.mtu,
193 group->flags.sl,
195 group->flags.Q_Key,
196 group->flags.TClass,
197 group->flags.FlowLabel,
198 &group->mgid);
201 if (((1<<scope) & group->flags.scope_mask) == 0)
205 (uint8_t)group->flags.rate,
206 (uint8_t)group->flags.mtu,
207 (uint8_t)group->flags.sl,
209 group->flags.Q_Key,
210 group->flags.TClass,
211 group->flags.FlowLabel,
212 &group->mgid);
352 /* ipoib gc group flags are processed here. */
612 /* check/verify special IP group parameters */
628 /* don't create multiple copies of the group */
632 /* create the group */