Home
last modified time | relevance | path

Searched refs:IB_MCLASS_SUBN_LID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c130 IB_MCLASS_SUBN_LID) in __osmv_TOPSPIN_ANAFA_receiver_thr()
211 case IB_MCLASS_SUBN_LID: in osmv_transport_init()
214 filter.mgmt_class = IB_MCLASS_SUBN_LID; in osmv_transport_init()
295 IB_MCLASS_SUBN_LID, in osmv_transport_mad_send()
304 (p_mad_hdr->mgmt_class == IB_MCLASS_SUBN_LID)) { in osmv_transport_mad_send()
H A Dosm_vendor_mlx_sim.c116 IB_MCLASS_SUBN_LID) in __osmv_ibms_receiver_callback()
192 case IB_MCLASS_SUBN_LID: in osmv_transport_init()
196 p_mgr->filter.mgt_class = IB_MCLASS_SUBN_LID; in osmv_transport_init()
276 IB_MCLASS_SUBN_LID, in osmv_transport_mad_send()
H A Dosm_vendor_mlx_ts.c136 IB_MCLASS_SUBN_LID) in __osmv_TOPSPIN_receiver_thr()
217 case IB_MCLASS_SUBN_LID: in osmv_transport_init()
221 p_mgr->filter.mgmt_class = IB_MCLASS_SUBN_LID; in osmv_transport_init()
309 IB_MCLASS_SUBN_LID, in osmv_transport_mad_send()
H A Dosm_vendor_mlx_ibmgt.c168 case IB_MCLASS_SUBN_LID: in osmv_transport_init()
389 IB_MCLASS_SUBN_LID, &av); in osmv_transport_mad_send()
399 (p_mad->mgmt_class == IB_MCLASS_SUBN_LID)) { in osmv_transport_mad_send()
614 IB_MCLASS_SUBN_LID) in __osmv_IBMGT_rcv_cb()
620 (p_mad->mgmt_class == IB_MCLASS_SUBN_LID)) { in __osmv_IBMGT_rcv_cb()
H A Dosm_vendor_ts.c484 IB_MCLASS_SUBN_LID) in __osm_vendor_ts_poller()
536 case IB_MCLASS_SUBN_LID: in osm_vendor_bind()
749 IB_MCLASS_SUBN_LID, &ts_mad); in osm_ts_send_mad()
757 (p_mad->mgmt_class == IB_MCLASS_SUBN_LID)) { in osm_ts_send_mad()
H A Dosm_vendor_ibumad.c223 m->mgmt_class == IB_MCLASS_SUBN_LID) { in put_madw()
254 mgmt_class == IB_MCLASS_SUBN_LID) { in put_madw()
384 p_mad->mgmt_class == IB_MCLASS_SUBN_LID || in umad_receiver()
490 (p_mad->mgmt_class != IB_MCLASS_SUBN_LID) && in umad_receiver()
987 IB_MCLASS_SUBN_LID, in osm_vendor_bind()
1133 if (p_mad->mgmt_class == IB_MCLASS_SUBN_LID) { in osm_vendor_send()
H A Dosm_vendor_mtl.c428 IB_MCLASS_SUBN_LID) in __osm_mtl_rcv_callback()
665 case IB_MCLASS_SUBN_LID: in osm_vendor_bind()
916 IB_MCLASS_SUBN_LID, &av); in osm_mtl_send_mad()
928 (p_mad->mgmt_class == IB_MCLASS_SUBN_LID)) { in osm_mtl_send_mad()
H A Dosm_vendor_al.c273 if (p_new_mad->mgmt_class == IB_MCLASS_SUBN_LID || in __osm_al_rcv_callback()
903 case IB_MCLASS_SUBN_LID: in osm_vendor_bind()
1110 if ((p_mad->mgmt_class != IB_MCLASS_SUBN_LID) && in osm_vendor_send()
1170 if ((p_mad->mgmt_class == IB_MCLASS_SUBN_LID) || in osm_vendor_send()
H A Dosm_vendor_umadt.c536 if (p_mad_bind_info->umadt_reg_class.ClassId == IB_MCLASS_SUBN_LID || in osm_vendor_send()
574 if (p_mad_bind_info->umadt_reg_class.ClassId == IB_MCLASS_SUBN_LID || in osm_vendor_send()
944 IB_MCLASS_SUBN_LID in __mad_recv_processor()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_req.c399 smp->mgmt_class = IB_MCLASS_SUBN_LID; in osm_send_trap144()
H A Dosm_trap_rcv.c396 if (p_madw->p_mad->mgmt_class == IB_MCLASS_SUBN_LID || in trap_rcv_process_request()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h414 #define IB_MCLASS_SUBN_LID 0x01 macro