Lines Matching defs:rec

102 	struct ib_sa_mcmember_data rec;
171 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
195 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
196 sizeof group->rec.mgid);
301 *sa_data = group->rec;
341 *sa_data = group->rec;
455 nzgroup = memcmp(&group->rec.mgid, &mgid0, sizeof mgid0);
492 return leave_state & (group->rec.scope_join_state & 0xf);
556 if (memcmp(&group->rec.mgid, &mgid0, sizeof mgid0)) {
567 if (group->rec.scope_join_state & 0xf)
568 group->rec.scope_join_state &= 0xf0;
608 u8 group_join_state = group->rec.scope_join_state & 0xf;
615 status = cmp_rec(&group->rec, sa_data, req->sa_mad.sa_hdr.comp_mask);
694 cur_join_state = group->rec.scope_join_state & 0xf;
702 memcpy(&group->rec, group->response_sa_mad.data, sizeof group->rec);
728 group->rec.scope_join_state &= ~req_join_state;
758 group->rec.mgid = *new_mgid;
760 be64_to_cpu(group->rec.mgid.global.subnet_prefix),
761 be64_to_cpu(group->rec.mgid.global.interface_id));
832 group->rec.mgid = *mgid;
841 be64_to_cpu(group->rec.mgid.global.subnet_prefix),
842 be64_to_cpu(group->rec.mgid.global.interface_id));
886 struct ib_sa_mcmember_data *rec = (struct ib_sa_mcmember_data *)mad->data;
894 group = acquire_group(ctx, &rec->mgid, 0);
900 group = search_relocate_mgid0_group(ctx, tid, &rec->mgid);
935 struct ib_sa_mcmember_data *rec = (struct ib_sa_mcmember_data *)sa_mad->data;
957 group = acquire_group(ctx, &rec->mgid, may_create);
1020 group->rec.scope_join_state & 0xf,
1034 hoplimit = be32_to_cpu(group->rec.sl_flowlabel_hoplimit);
1037 be16_to_cpu(group->rec.pkey),
1038 be32_to_cpu(group->rec.qkey),
1039 (group->rec.mtusel_mtu & 0xc0) >> 6,
1040 (group->rec.mtusel_mtu & 0x3f),
1041 group->rec.tclass,
1042 (group->rec.ratesel_rate & 0xc0) >> 6,
1043 (group->rec.ratesel_rate & 0x3f),
1047 group->rec.proxy_join);