Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/core/
Duverbs_marshall.c195 sa_path_set_slid(dst, slid); in ib_copy_path_rec_from_user()
Dcm.c1652 sa_path_set_slid(primary_path, in cm_format_path_lid_from_req()
1662 sa_path_set_slid(primary_path, lid); in cm_format_path_lid_from_req()
1672 sa_path_set_slid(alt_path, in cm_format_path_lid_from_req()
1682 sa_path_set_slid(alt_path, lid); in cm_format_path_lid_from_req()
3252 sa_path_set_slid(path, IBA_GET(CM_LAP_ALTERNATE_REMOTE_PORT_LID, in cm_format_path_lid_from_lap()
3261 sa_path_set_slid(path, lid); in cm_format_path_lid_from_lap()
/Linux-v5.10/include/rdma/
Dib_sa.h565 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid() function