Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_marshall.c195 sa_path_set_slid(dst, slid); in ib_copy_path_rec_from_user()
H A Dcm.c1658 sa_path_set_slid(primary_path, in cm_format_path_lid_from_req()
1668 sa_path_set_slid(primary_path, lid); in cm_format_path_lid_from_req()
1678 sa_path_set_slid(alt_path, in cm_format_path_lid_from_req()
1688 sa_path_set_slid(alt_path, lid); in cm_format_path_lid_from_req()
3261 sa_path_set_slid(path, IBA_GET(CM_LAP_ALTERNATE_REMOTE_PORT_LID, in cm_format_path_lid_from_lap()
3270 sa_path_set_slid(path, lid); in cm_format_path_lid_from_lap()
/linux/include/rdma/
H A Dib_sa.h539 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid() function