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

/drivers/infiniband/core/
H A Dcm_msgs.h93 __be16 alt_local_lid; member in struct:cm_req_msg
670 __be16 alt_local_lid; member in struct:cm_lap_msg
H A Dcm.c1059 req_msg->alt_local_lid = alt_path->slid;
1062 req_msg->alt_local_lid = IB_LID_PERMISSIVE;
1259 if (req_msg->alt_local_lid) {
1263 alt_path->dlid = req_msg->alt_local_lid;
1294 if (req_msg->alt_local_lid)
1511 if (req_msg->alt_local_lid == IB_LID_PERMISSIVE) {
1512 req_msg->alt_local_lid = cpu_to_be16(wc->slid);
1575 if (req_msg->alt_local_lid) {
2591 lap_msg->alt_local_lid = alternate_path->slid;
2669 path->dlid = lap_msg->alt_local_lid;
[all...]

Completed in 899 milliseconds