Searched refs:alt_remote_lid (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/core/
H A Dcm_msgs.h94 __be16 alt_remote_lid; member in struct:cm_req_msg
671 __be16 alt_remote_lid; member in struct:cm_lap_msg
H A Dcm.c1060 req_msg->alt_remote_lid = alt_path->dlid;
1063 req_msg->alt_remote_lid = IB_LID_PERMISSIVE;
1264 alt_path->slid = req_msg->alt_remote_lid;
1516 if (req_msg->alt_remote_lid == IB_LID_PERMISSIVE)
1517 req_msg->alt_remote_lid = cpu_to_be16(wc->dlid_path_bits);
2592 lap_msg->alt_remote_lid = alternate_path->dlid;
2670 path->slid = lap_msg->alt_remote_lid;

Completed in 114 milliseconds