Lines Matching refs:dlid

250 		u32 dlid = ib_get_dlid(rhdr);  in rcv_hdrerr()  local
271 if (dlid < mlid_base) { in rcv_hdrerr()
416 u32 rlid, slid, dlid = 0; in hfi1_process_ecn_slowpath() local
425 dlid = hfi1_16B_get_dlid(pkt->hdr); in hfi1_process_ecn_slowpath()
427 is_mcast = hfi1_is_16B_mcast(dlid); in hfi1_process_ecn_slowpath()
435 dlid = qp->ibqp.qp_type != IB_QPT_UD ? ib_get_dlid(pkt->hdr) : in hfi1_process_ecn_slowpath()
438 is_mcast = (dlid > be16_to_cpu(IB_MULTICAST_LID_BASE)) && in hfi1_process_ecn_slowpath()
439 (dlid != be16_to_cpu(IB_LID_PERMISSIVE)); in hfi1_process_ecn_slowpath()
487 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath()
1455 if ((!packet->slid) || (!packet->dlid)) in hfi1_bypass_ingress_pkt_check()
1459 if ((!(hfi1_is_16B_mcast(packet->dlid))) && in hfi1_bypass_ingress_pkt_check()
1460 (packet->dlid != in hfi1_bypass_ingress_pkt_check()
1462 if ((packet->dlid & ~((1 << ppd->lmc) - 1)) != ppd->lid) in hfi1_bypass_ingress_pkt_check()
1467 if ((hfi1_is_16B_mcast(packet->dlid)) && (packet->sc == 0xF)) in hfi1_bypass_ingress_pkt_check()
1471 if ((packet->dlid == opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), in hfi1_bypass_ingress_pkt_check()
1510 packet->dlid = ib_get_dlid(hdr); in hfi1_setup_9B_packet()
1511 if (unlikely((packet->dlid >= be16_to_cpu(IB_MULTICAST_LID_BASE)) && in hfi1_setup_9B_packet()
1512 (packet->dlid != be16_to_cpu(IB_LID_PERMISSIVE)))) in hfi1_setup_9B_packet()
1513 packet->dlid += opa_get_mcast_base(OPA_MCAST_NR) - in hfi1_setup_9B_packet()
1591 packet->dlid = hfi1_16B_get_dlid(packet->hdr); in hfi1_setup_bypass_packet()
1592 if (unlikely(hfi1_is_16B_mcast(packet->dlid))) in hfi1_setup_bypass_packet()
1593 packet->dlid += opa_get_mcast_base(OPA_MCAST_NR) - in hfi1_setup_bypass_packet()