Searched refs:sa_path_set_dlid (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | uverbs_marshall.c | 194 sa_path_set_dlid(dst, dlid); in ib_copy_path_rec_from_user()
|
H A D | cm.c | 1657 sa_path_set_dlid(primary_path, wc->slid); in cm_format_path_lid_from_req() 1664 sa_path_set_dlid(primary_path, lid); in cm_format_path_lid_from_req() 1675 sa_path_set_dlid(alt_path, in cm_format_path_lid_from_req() 1684 sa_path_set_dlid(alt_path, lid); in cm_format_path_lid_from_req() 3259 sa_path_set_dlid(path, IBA_GET(CM_LAP_ALTERNATE_LOCAL_PORT_LID, in cm_format_path_lid_from_lap() 3266 sa_path_set_dlid(path, lid); in cm_format_path_lid_from_lap()
|
/linux/include/rdma/ |
H A D | ib_sa.h | 547 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid() function
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 2436 sa_path_set_dlid(&ch->ib_cm.path, dlid); in srp_ib_cm_rej_handler()
|