Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Duverbs_marshall.c194 sa_path_set_dlid(dst, dlid); in ib_copy_path_rec_from_user()
Dcm.c1558 sa_path_set_dlid(primary_path, in cm_format_path_lid_from_req()
1564 sa_path_set_dlid(primary_path, lid); in cm_format_path_lid_from_req()
1574 sa_path_set_dlid(alt_path, ntohs(req_msg->alt_local_lid)); in cm_format_path_lid_from_req()
1578 sa_path_set_dlid(alt_path, lid); in cm_format_path_lid_from_req()
3187 sa_path_set_dlid(path, ntohs(lap_msg->alt_local_lid)); in cm_format_path_lid_from_lap()
3191 sa_path_set_dlid(path, lid); in cm_format_path_lid_from_lap()
/Linux-v5.4/include/rdma/
Dib_sa.h600 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid() function
/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.c2630 sa_path_set_dlid(&ch->ib_cm.path, dlid); in srp_ib_cm_rej_handler()