Searched refs:IB_LID_PERMISSIVE (Results 1 – 18 of 18) sorted by relevance
137 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_handle_dr_smp_send()138 smp->dr_slid == IB_LID_PERMISSIVE); in smi_handle_dr_smp_send()248 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_handle_dr_smp_recv()249 smp->dr_slid == IB_LID_PERMISSIVE); in smi_handle_dr_smp_recv()306 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_check_forward_dr_smp()307 smp->dr_slid == IB_LID_PERMISSIVE); in smi_check_forward_dr_smp()
1099 req_msg->primary_local_lid = IB_LID_PERMISSIVE; in cm_format_req()1100 req_msg->primary_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()1119 req_msg->alt_local_lid = IB_LID_PERMISSIVE; in cm_format_req()1120 req_msg->alt_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()1578 if (req_msg->primary_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()1583 if (req_msg->primary_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()1588 if (req_msg->alt_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()1593 if (req_msg->alt_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()
803 IB_LID_PERMISSIVE && in handle_outgoing_dr_smp()2720 be16_to_cpu(IB_LID_PERMISSIVE), in local_completions()
361 qp->s_hdr.lrh[3] = IB_LID_PERMISSIVE; in ipath_make_ud_req()453 if (unlikely(hdr->lrh[1] == IB_LID_PERMISSIVE || in ipath_ud_rcv()454 hdr->lrh[3] == IB_LID_PERMISSIVE)) { in ipath_ud_rcv()464 } else if (hdr->lrh[1] == IB_LID_PERMISSIVE || in ipath_ud_rcv()465 hdr->lrh[3] == IB_LID_PERMISSIVE) { in ipath_ud_rcv()
1607 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in ipath_query_port()2060 idev->sm_lid = be16_to_cpu(IB_LID_PERMISSIVE); in ipath_register_ib_device()
264 pip->lid = lid ? cpu_to_be16(lid) : IB_LID_PERMISSIVE; in recv_subn_get_portinfo()
360 qp->s_hdr->lrh[3] = IB_LID_PERMISSIVE; in qib_make_ud_req()466 if (unlikely(hdr->lrh[1] == IB_LID_PERMISSIVE || in qib_ud_rcv()467 hdr->lrh[3] == IB_LID_PERMISSIVE)) in qib_ud_rcv()503 if ((hdr->lrh[1] == IB_LID_PERMISSIVE || in qib_ud_rcv()504 hdr->lrh[3] == IB_LID_PERMISSIVE) && in qib_ud_rcv()
1629 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in qib_query_port()2027 ibp->sm_lid = be16_to_cpu(IB_LID_PERMISSIVE); in init_ibport()
1435 .lrh[1] = IB_LID_PERMISSIVE, in flush_fifo()1437 .lrh[3] = IB_LID_PERMISSIVE, in flush_fifo()5513 ah = qib_create_qp0_ah(ibp, be16_to_cpu(IB_LID_PERMISSIVE)); in try_7322_ipg()
104 if (ibp->sm_lid != be16_to_cpu(IB_LID_PERMISSIVE)) { in qib_send_trap()
390 if (ah_attr->dlid == be16_to_cpu(IB_LID_PERMISSIVE)) in hfi1_make_ud_req()391 qp->s_hdr->ibh.lrh[3] = IB_LID_PERMISSIVE; in hfi1_make_ud_req()398 qp->s_hdr->ibh.lrh[3] = IB_LID_PERMISSIVE; in hfi1_make_ud_req()720 if (unlikely(hdr->lrh[1] == IB_LID_PERMISSIVE || in hfi1_ud_rcv()721 hdr->lrh[3] == IB_LID_PERMISSIVE)) in hfi1_ud_rcv()780 if ((hdr->lrh[1] == IB_LID_PERMISSIVE || in hfi1_ud_rcv()781 hdr->lrh[3] == IB_LID_PERMISSIVE) && in hfi1_ud_rcv()
132 if (ibp->sm_lid != be16_to_cpu(IB_LID_PERMISSIVE)) { in send_trap()
206 u16 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad()
1497 IB_LID_PERMISSIVE ? MTHCA_MLX_SLR : 0) | in build_mlx_header()1517 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE) in build_mlx_header()1518 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE; in build_mlx_header()
75 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mlx5_ib_process_mad()
2360 IB_LID_PERMISSIVE ? MLX4_WQE_MLX_SLR : 0) | in build_mlx_header()2415 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE) in build_mlx_header()2416 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE; in build_mlx_header()
746 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in ib_process_mad()
526 #define IB_LID_PERMISSIVE cpu_to_be16(0xFFFF) macro