Home
last modified time | relevance | path

Searched refs:sa_path_set_slid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Duverbs_marshall.c195 sa_path_set_slid(dst, slid); in ib_copy_path_rec_from_user()
Dcm.c1560 sa_path_set_slid(primary_path, in cm_format_path_lid_from_req()
1567 sa_path_set_slid(primary_path, lid); in cm_format_path_lid_from_req()
1575 sa_path_set_slid(alt_path, ntohs(req_msg->alt_remote_lid)); in cm_format_path_lid_from_req()
1581 sa_path_set_slid(alt_path, lid); in cm_format_path_lid_from_req()
3188 sa_path_set_slid(path, ntohs(lap_msg->alt_remote_lid)); in cm_format_path_lid_from_lap()
3194 sa_path_set_slid(path, lid); in cm_format_path_lid_from_lap()
/Linux-v5.4/include/rdma/
Dib_sa.h592 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid() function