Searched refs:sa_path_get_dlid (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_fs.c | 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()
|
H A D | ipoib_main.c | 692 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid() 755 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion() 798 ah, be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion() 1080 be32_to_cpu(sa_path_get_dlid(&path->pathrec))); in unicast_arp_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_fs.c | 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()
|
H A D | ipoib_main.c | 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_marshall.c | 142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user()
|
H A D | sa_query.c | 1275 rdma_ah_set_dlid(ah_attr, be32_to_cpu(sa_path_get_dlid(rec))); in ib_init_ah_attr_from_path()
|
H A D | cm.c | 1400 htons(ntohl(sa_path_get_dlid( in cm_format_req() 1451 htons(ntohl(sa_path_get_dlid( in cm_format_req()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_marshall.c | 142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user()
|
H A D | sa_query.c | 1250 rdma_ah_set_dlid(ah_attr, be32_to_cpu(sa_path_get_dlid(rec))); in ib_init_ah_attr_from_path()
|
H A D | cm.c | 1365 htons(ntohl(sa_path_get_dlid( in cm_format_req() 1423 htons(ntohl(sa_path_get_dlid( in cm_format_req()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_sa.h | 599 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() function
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_sa.h | 573 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() function
|
Completed in 31 milliseconds