Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c192 gid_buf, sa_path_get_dlid(&path.pathrec) ? "yes" : "no"); in ipoib_path_seq_show()
194 if (sa_path_get_dlid(&path.pathrec)) { in ipoib_path_seq_show()
201 be32_to_cpu(sa_path_get_dlid(&path.pathrec)), in ipoib_path_seq_show()
Dipoib_main.c696 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid()
759 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
802 ah, be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
1084 be32_to_cpu(sa_path_get_dlid(&path->pathrec))); in unicast_arp_send()
/linux-5.19.10/drivers/infiniband/core/
Duverbs_marshall.c142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user()
Dsa_query.c1218 rdma_ah_set_dlid(ah_attr, be32_to_cpu(sa_path_get_dlid(rec))); in ib_init_ah_attr_from_path()
Dcm.c1380 htons(ntohl(sa_path_get_dlid( in cm_format_req()
1431 htons(ntohl(sa_path_get_dlid( in cm_format_req()
/linux-5.19.10/include/rdma/
Dib_sa.h572 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() function