Home
last modified time | relevance | path

Searched refs:opa_get_lid_from_gid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/rdma/
Dopa_addr.h88 static inline u32 opa_get_lid_from_gid(const union ib_gid *gid) in opa_get_lid_from_gid() function
Dib_sa.h278 slid = htonl(opa_get_lid_from_gid(&ib->sgid)); in path_conv_ib_to_opa()
279 dlid = htonl(opa_get_lid_from_gid(&ib->dgid)); in path_conv_ib_to_opa()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c184 slid = opa_get_lid_from_gid((union ib_gid *)src->sgid); in ib_copy_path_rec_from_user()
185 dlid = opa_get_lid_from_gid((union ib_gid *)src->dgid); in ib_copy_path_rec_from_user()
Dcm.c1566 lid = opa_get_lid_from_gid(&req_msg->primary_local_gid); in cm_format_path_lid_from_req()
1569 lid = opa_get_lid_from_gid(&req_msg->primary_remote_gid); in cm_format_path_lid_from_req()
1580 lid = opa_get_lid_from_gid(&req_msg->alt_local_gid); in cm_format_path_lid_from_req()
1583 lid = opa_get_lid_from_gid(&req_msg->alt_remote_gid); in cm_format_path_lid_from_req()
3193 lid = opa_get_lid_from_gid(&lap_msg->alt_local_gid); in cm_format_path_lid_from_lap()
3196 lid = opa_get_lid_from_gid(&lap_msg->alt_remote_gid); in cm_format_path_lid_from_lap()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dhfi.h2341 dlid = opa_get_lid_from_gid(&grh->dgid); in hfi1_make_opa_lid()