Home
last modified time | relevance | path

Searched refs:sa_path_get_slid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c143 dst->slid = htons(ntohl(sa_path_get_slid(src))); in __ib_copy_path_rec_to_user()
Dcm.c1327 htons(ntohl(sa_path_get_slid(pri_path))); in cm_format_req()
1362 htons(ntohl(sa_path_get_slid(alt_path))); in cm_format_req()
3105 htons(ntohl(sa_path_get_slid(alternate_path))); in cm_format_lap()
Dsa_query.c1334 be32_to_cpu(sa_path_get_slid(rec)) & in ib_init_ah_attr_from_path()
/Linux-v4.19/include/rdma/
Dib_sa.h623 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid() function