Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c194 sa_path_set_dlid(dst, dlid); in ib_copy_path_rec_from_user()
Dcm.c1561 sa_path_set_dlid(primary_path, in cm_format_path_lid_from_req()
1567 sa_path_set_dlid(primary_path, lid); in cm_format_path_lid_from_req()
1577 sa_path_set_dlid(alt_path, ntohs(req_msg->alt_local_lid)); in cm_format_path_lid_from_req()
1581 sa_path_set_dlid(alt_path, lid); in cm_format_path_lid_from_req()
3190 sa_path_set_dlid(path, ntohs(lap_msg->alt_local_lid)); in cm_format_path_lid_from_lap()
3194 sa_path_set_dlid(path, lid); in cm_format_path_lid_from_lap()
/Linux-v4.19/include/rdma/
Dib_sa.h606 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid() function
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.c2570 sa_path_set_dlid(&ch->ib_cm.path, dlid); in srp_ib_cm_rej_handler()