Lines Matching defs:mgid
102 * @mgid: the multicast GID
107 static struct rvt_mcast *rvt_mcast_alloc(union ib_gid *mgid, u16 lid)
115 mcast->mcast_addr.mgid = *mgid;
141 * @mgid: the multicast GID to search for
148 struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
163 ret = memcmp(mgid->raw, mcast->mcast_addr.mgid.raw,
164 sizeof(*mgid));
209 ret = memcmp(mcast->mcast_addr.mgid.raw,
210 tmcast->mcast_addr.mgid.raw,
211 sizeof(mcast->mcast_addr.mgid));
368 ret = memcmp(gid->raw, mcast->mcast_addr.mgid.raw,