Searched refs:sa_path_get_dlid (Results 1 – 6 of 6) sorted by relevance
192 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()
696 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()
142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user()
1218 rdma_ah_set_dlid(ah_attr, be32_to_cpu(sa_path_get_dlid(rec))); in ib_init_ah_attr_from_path()
1380 htons(ntohl(sa_path_get_dlid( in cm_format_req()1431 htons(ntohl(sa_path_get_dlid( in cm_format_req()
572 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() function