Home
last modified time | relevance | path

Searched refs:IB_RMPP_FLAG_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h113 return (0 != (rmpp_flags & IB_RMPP_FLAG_ACTIVE)); in osmv_mad_is_rmpp()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c271 p_resp_mad->rmpp_flags = IB_RMPP_FLAG_ACTIVE; in osmv_rmpp_send_ack()
H A Dosm_vendor_mlx_rmpp_ctx.c134 p_rmpp_mad->rmpp_flags |= IB_RMPP_FLAG_ACTIVE; in osmv_rmpp_send_ctx_get_seg()
H A Dosm_vendor_ibumad.c492 IB_RMPP_FLAG_ACTIVE))) { in umad_receiver()
1157 IB_RMPP_FLAG_ACTIVE)) { in osm_vendor_send()
1168 IB_RMPP_FLAG_ACTIVE), in osm_vendor_send()
H A Dosm_vendor_ibumad_sa.c399 p_sa_mad->rmpp_flags = IB_RMPP_FLAG_ACTIVE; in __osmv_send_sa_req()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c104 rmpp.flags = IB_RMPP_FLAG_ACTIVE; in server_respond()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1555 if ((p_sa_mad->rmpp_flags & IB_RMPP_FLAG_ACTIVE) != IB_RMPP_FLAG_ACTIVE) { in osm_mpr_rcv_process()
H A Dosm_sa.c511 IB_RMPP_FLAG_ACTIVE; in osm_sa_respond()
516 resp_sa_mad->rmpp_flags = IB_RMPP_FLAG_ACTIVE; in osm_sa_respond()
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1448 IB_RMPP_FLAG_ACTIVE = 1 << 0, enumerator
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4018 #define IB_RMPP_FLAG_ACTIVE 0x01 macro