Home
last modified time | relevance | path

Searched refs:IB_RMPP_FLAG_FIRST (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h157 return (0 != (IB_RMPP_FLAG_FIRST & rmpp_flags)); in osmv_rmpp_is_first()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c140 p_rmpp_mad->rmpp_flags |= IB_RMPP_FLAG_FIRST; in osmv_rmpp_send_ctx_get_seg()
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1449 IB_RMPP_FLAG_FIRST = 1 << 1, enumerator
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa.c510 IB_RMPP_FLAG_FIRST | IB_RMPP_FLAG_LAST | in osm_sa_respond()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4019 #define IB_RMPP_FLAG_FIRST 0x02 macro