Home
last modified time | relevance | path

Searched refs:sa_path_get_dlid (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c213 gid_buf, sa_path_get_dlid(&path.pathrec) ? "yes" : "no"); in ipoib_path_seq_show()
215 if (sa_path_get_dlid(&path.pathrec)) { in ipoib_path_seq_show()
222 be32_to_cpu(sa_path_get_dlid(&path.pathrec)), in ipoib_path_seq_show()
Dipoib_main.c693 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid()
756 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
799 ah, be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
1081 be32_to_cpu(sa_path_get_dlid(&path->pathrec))); in unicast_arp_send()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user()
Dcm.c1329 htons(ntohl(sa_path_get_dlid(pri_path))); in cm_format_req()
1364 htons(ntohl(sa_path_get_dlid(alt_path))); in cm_format_req()
3107 htons(ntohl(sa_path_get_dlid(alternate_path))); in cm_format_lap()
Dsa_query.c1328 rdma_ah_set_dlid(ah_attr, be32_to_cpu(sa_path_get_dlid(rec))); in ib_init_ah_attr_from_path()
/Linux-v4.19/include/rdma/
Dib_sa.h632 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() function