Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Duverbs_marshall.c143 dst->slid = htons(ntohl(sa_path_get_slid(src))); in __ib_copy_path_rec_to_user()
Dsa_query.c1256 be32_to_cpu(sa_path_get_slid(rec)) & in ib_init_ah_attr_from_path()
Dcm.c1361 htons(ntohl(sa_path_get_slid( in cm_format_req()
1418 htons(ntohl(sa_path_get_slid( in cm_format_req()
/linux-6.6.21/include/rdma/
Dib_sa.h564 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid() function