Lines Matching full:lid
117 slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in ud_loopback()
249 wc.slid = (ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in ud_loopback()
251 /* Check for loopback when the port lid is not set */ in ud_loopback()
355 u16 lid = (u16)ppd->lid; in hfi1_make_ud_req_9B() local
357 if (lid) { in hfi1_make_ud_req_9B()
358 lid |= rdma_ah_get_path_bits(ah_attr) & in hfi1_make_ud_req_9B()
360 slid = lid; in hfi1_make_ud_req_9B()
445 if (!ppd->lid) in hfi1_make_ud_req_16B()
448 slid = ppd->lid | (rdma_ah_get_path_bits(ah_attr) & in hfi1_make_ud_req_16B()
484 u32 lid; in hfi1_make_ud_req() local
519 priv->hdr_type = hfi1_get_hdr_type(ppd->lid, ah_attr); in hfi1_make_ud_req()
522 lid = rdma_ah_get_dlid(ah_attr) & ~((1 << ppd->lmc) - 1); in hfi1_make_ud_req()
524 ((lid == ppd->lid) || in hfi1_make_ud_req()
525 ((lid == be32_to_cpu(OPA_LID_PERMISSIVE)) && in hfi1_make_ud_req()
913 * Check that the permissive LID is only used on QP0 in hfi1_ud_rcv()
1058 * Save the LMC lower bits if the destination LID is a unicast LID. in hfi1_ud_rcv()