Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c195 sa_path_set_slid(dst, slid); in ib_copy_path_rec_from_user()
Dcm.c1563 sa_path_set_slid(primary_path, in cm_format_path_lid_from_req()
1570 sa_path_set_slid(primary_path, lid); in cm_format_path_lid_from_req()
1578 sa_path_set_slid(alt_path, ntohs(req_msg->alt_remote_lid)); in cm_format_path_lid_from_req()
1584 sa_path_set_slid(alt_path, lid); in cm_format_path_lid_from_req()
3191 sa_path_set_slid(path, ntohs(lap_msg->alt_remote_lid)); in cm_format_path_lid_from_lap()
3197 sa_path_set_slid(path, lid); in cm_format_path_lid_from_lap()
/Linux-v4.19/include/rdma/
Dib_sa.h598 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid() function