Searched refs:IB_LID_PERMISSIVE (Results 1 – 16 of 16) sorted by relevance
83 smp->dr_dlid == IB_LID_PERMISSIVE ? in smi_handle_dr_smp_send()114 smp->dr_slid == IB_LID_PERMISSIVE ? in smi_handle_dr_smp_send()167 smp->dr_dlid == IB_LID_PERMISSIVE ? in smi_handle_dr_smp_recv()196 if (smp->dr_slid == IB_LID_PERMISSIVE) { in smi_handle_dr_smp_recv()226 return (smp->dr_dlid == IB_LID_PERMISSIVE ? in smi_check_forward_dr_smp()239 return (smp->dr_slid != IB_LID_PERMISSIVE ? in smi_check_forward_dr_smp()
1046 req_msg->primary_local_lid = IB_LID_PERMISSIVE; in cm_format_req()1047 req_msg->primary_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()1066 req_msg->alt_local_lid = IB_LID_PERMISSIVE; in cm_format_req()1067 req_msg->alt_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()1505 if (req_msg->primary_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()1510 if (req_msg->primary_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()1515 if (req_msg->alt_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()1520 if (req_msg->alt_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()
753 IB_LID_PERMISSIVE && in handle_outgoing_dr_smp()2498 be16_to_cpu(IB_LID_PERMISSIVE), in local_completions()
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()
1610 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in qib_query_port()2008 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()5512 ah = qib_create_qp0_ah(ibp, be16_to_cpu(IB_LID_PERMISSIVE)); in try_7322_ipg()
103 if (ibp->sm_lid != be16_to_cpu(IB_LID_PERMISSIVE)) { in qib_send_trap()
362 qp->s_hdr.lrh[3] = IB_LID_PERMISSIVE; in ipath_make_ud_req()454 if (unlikely(hdr->lrh[1] == IB_LID_PERMISSIVE || in ipath_ud_rcv()455 hdr->lrh[3] == IB_LID_PERMISSIVE)) { in ipath_ud_rcv()465 } else if (hdr->lrh[1] == IB_LID_PERMISSIVE || in ipath_ud_rcv()466 hdr->lrh[3] == IB_LID_PERMISSIVE) { in ipath_ud_rcv()
1590 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in ipath_query_port()2026 idev->sm_lid = __constant_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()
67 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mlx5_ib_process_mad()
204 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()
2248 IB_LID_PERMISSIVE ? MLX4_WQE_MLX_SLR : 0) | in build_mlx_header()2303 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE) in build_mlx_header()2304 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE; in build_mlx_header()
751 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in ib_process_mad()
460 #define IB_LID_PERMISSIVE cpu_to_be16(0xFFFF) macro