Searched refs:ib_is_opa_gid (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/rdma/
H A Dopa_addr.h26 * ib_is_opa_gid: Returns true if the top 24 bits of the gid
33 static inline bool ib_is_opa_gid(const union ib_gid *gid) function
H A Dib_sa.h250 if ((ib_is_opa_gid(&ib->sgid)) ||
251 (ib_is_opa_gid(&ib->dgid))) {
/linux-master/drivers/infiniband/core/
H A Duverbs_marshall.c181 if ((ib_is_opa_gid((union ib_gid *)src->sgid)) ||
182 (ib_is_opa_gid((union ib_gid *)src->dgid))) {
H A Dcm.c1636 (ib_is_opa_gid(IBA_GET_MEM_PTR(CM_REQ_ALTERNATE_LOCAL_PORT_GID,
1643 if (ib_is_opa_gid(gid) && rdma_cap_opa_ah(ib_device, port_num))
1790 (ib_is_opa_gid(&path->sgid))) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h2522 if (ib_is_opa_gid(&grh->dgid))
2558 return (ib_is_opa_gid(&rdma_ah_read_grh(attr)->dgid)) ?
H A Dud.c166 if (ib_is_opa_gid(&grd.dgid))

Completed in 197 milliseconds