Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1313 if (*nsrc > IB_MULTIPATH_MAX_GIDS) in mpr_rcv_get_end_points()
1314 *nsrc = IB_MULTIPATH_MAX_GIDS; in mpr_rcv_get_end_points()
1322 if (*ndest + *nsrc > IB_MULTIPATH_MAX_GIDS) in mpr_rcv_get_end_points()
1323 *ndest = IB_MULTIPATH_MAX_GIDS - *nsrc; in mpr_rcv_get_end_points()
1540 osm_alias_guid_t *pp_alias_guids[IB_MULTIPATH_MAX_GIDS]; in osm_mpr_rcv_process()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h325 ib_gid_t gids[IB_MULTIPATH_MAX_GIDS];
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c681 IB_MULTIPATH_MAX_GIDS) { in osmv_query_sa()
685 IB_MULTIPATH_MAX_GIDS); in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c756 IB_MULTIPATH_MAX_GIDS) { in osmv_query_sa()
760 IB_MULTIPATH_MAX_GIDS); in osmv_query_sa()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6762 #define IB_MULTIPATH_MAX_GIDS 11 /* Support max that can fit into first MAD (for now) */ macro
6779 ib_gid_t gids[IB_MULTIPATH_MAX_GIDS];