Searched refs:gid_prefix (Results 1 - 10 of 10) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_ruc.c254 static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id) argument
257 (gid->global.subnet_prefix == gid_prefix ||
281 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->gid_prefix, guid))
313 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->gid_prefix, guid))
665 hdr->sgid.global.subnet_prefix = ibp->gid_prefix;
H A Dqib_mad.c494 pip->gid_prefix = ibp->gid_prefix;
688 ibp->gid_prefix = pip->gid_prefix;
H A Dqib_verbs.h686 __be64 gid_prefix; /* in network order */ member in struct:qib_ibport
H A Dqib_verbs.c1720 gid->global.subnet_prefix = ibp->gid_prefix;
2005 ibp->gid_prefix = IB_DEFAULT_GID_PREFIX;
/drivers/infiniband/hw/ehca/
H A Dhipz_hw.h397 u64 gid_prefix; member in struct:hipz_query_port
H A Dehca_hca.c342 memcpy(&gid->raw[0], &rblock->gid_prefix, sizeof(u64));
/drivers/infiniband/hw/ipath/
H A Dipath_mad.c262 pip->gid_prefix = dev->gid_prefix;
442 dev->gid_prefix = pip->gid_prefix;
H A Dipath_ruc.c592 hdr->sgid.global.subnet_prefix = dev->gid_prefix;
H A Dipath_verbs.h559 __be64 gid_prefix; /* in network order */ member in struct:ipath_ibdev
H A Dipath_verbs.c1691 gid->global.subnet_prefix = dev->gid_prefix;
2028 idev->gid_prefix = __constant_cpu_to_be64(0xfe80000000000000ULL);

Completed in 335 milliseconds