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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h106 __be16 alt_remote_lid; member in struct:cm_req_msg
655 __be16 alt_remote_lid; member in struct:cm_lap_msg
H A Dcm.c1075 req_msg->alt_remote_lid = alt_path->dlid;
1078 req_msg->alt_remote_lid = IB_LID_PERMISSIVE;
1283 alt_path->slid = req_msg->alt_remote_lid;
1535 if (req_msg->alt_remote_lid == IB_LID_PERMISSIVE)
1536 req_msg->alt_remote_lid = cpu_to_be16(wc->dlid_path_bits);
2598 lap_msg->alt_remote_lid = alternate_path->dlid;
2676 path->slid = lap_msg->alt_remote_lid;

Completed in 99 milliseconds