Home
last modified time | relevance | path

Searched refs:IB_LID_PERMISSIVE (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_smi.c139 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_handle_dr_smp_send()
140 smp->dr_slid == IB_LID_PERMISSIVE); in smi_handle_dr_smp_send()
250 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_handle_dr_smp_recv()
251 smp->dr_slid == IB_LID_PERMISSIVE); in smi_handle_dr_smp_recv()
308 smp->dr_dlid == IB_LID_PERMISSIVE, in smi_check_forward_dr_smp()
309 smp->dr_slid == IB_LID_PERMISSIVE); in smi_check_forward_dr_smp()
H A Dib_cm.c1264 req_msg->primary_local_lid = IB_LID_PERMISSIVE; in cm_format_req()
1265 req_msg->primary_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()
1284 req_msg->alt_local_lid = IB_LID_PERMISSIVE; in cm_format_req()
1285 req_msg->alt_remote_lid = IB_LID_PERMISSIVE; in cm_format_req()
1746 if (req_msg->primary_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()
1751 if (req_msg->primary_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()
1756 if (req_msg->alt_local_lid == IB_LID_PERMISSIVE) { in cm_process_routed_req()
1761 if (req_msg->alt_remote_lid == IB_LID_PERMISSIVE) in cm_process_routed_req()
H A Dib_mad.c810 IB_LID_PERMISSIVE && in handle_outgoing_dr_smp()
2694 be16_to_cpu(IB_LID_PERMISSIVE), in local_completions()
H A Dib_verbs.c1734 lid == be16_to_cpu(IB_LID_PERMISSIVE)); in is_valid_mcast_lid()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_req.c212 IB_LID_PERMISSIVE, IB_LID_PERMISSIVE); in osm_req_get()
214 p_madw->mad_addr.dest_lid = IB_LID_PERMISSIVE; in osm_req_get()
215 p_madw->mad_addr.addr_type.smi.source_lid = IB_LID_PERMISSIVE; in osm_req_get()
295 IB_LID_PERMISSIVE, IB_LID_PERMISSIVE); in osm_prepare_req_set()
297 p_madw->mad_addr.dest_lid = IB_LID_PERMISSIVE; in osm_prepare_req_set()
298 p_madw->mad_addr.addr_type.smi.source_lid = IB_LID_PERMISSIVE; in osm_prepare_req_set()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c300 ts_mad.dlid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
301 ts_mad.slid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
H A Dosm_vendor_mlx_sim.c281 mad_msg.addr.dlid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
282 mad_msg.addr.slid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
H A Dosm_vendor_mlx_ts.c314 ts_mad.dlid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
315 ts_mad.slid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
H A Dosm_vendor_ts.c753 ts_mad.dlid = IB_LID_PERMISSIVE; in osm_ts_send_mad()
754 ts_mad.slid = IB_LID_PERMISSIVE; in osm_ts_send_mad()
H A Dosm_vendor_mlx_ibmgt.c394 av.dlid = IB_LID_PERMISSIVE; in osmv_transport_mad_send()
H A Dosm_vendor_mtl.c921 av.dlid = IB_LID_PERMISSIVE; in osm_mtl_send_mad()
H A Dosm_vendor_al.c832 p_av->dlid = IB_LID_PERMISSIVE; in __osm_vendor_init_av()
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c207 u16 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad()
H A Dmthca_qp.c1503 IB_LID_PERMISSIVE ? MTHCA_MLX_SLR : 0) | in build_mlx_header()
1523 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE) in build_mlx_header()
1524 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE; in build_mlx_header()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c64 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in process_mad()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2564 IB_LID_PERMISSIVE ? MLX4_WQE_MLX_SLR : 0) | in build_mlx_header()
2617 if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE) in build_mlx_header()
2618 sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE; in build_mlx_header()
H A Dmlx4_ib_mad.c791 slid = in_wc ? in_wc->slid : be16_to_cpu(IB_LID_PERMISSIVE); in ib_process_mad()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h723 #define IB_LID_PERMISSIVE cpu_to_be16(0xFFFF) macro
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h131 #define IB_LID_PERMISSIVE 0xFFFF macro