Searched refs:num_path (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_sa_api.h320 uint8_t num_path; member in struct:_osmv_multipath_req_t
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c707 multipath_rec.num_path = p_mpr_req->num_path;
709 multipath_rec.num_path |= 0x80;
711 multipath_rec.num_path &= ~0x80;
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_multipath_record.c790 /* always return num_path = 0 so this is only the reversible component */
792 p_pr->num_path = 0x80;
851 if ((!path_parms.reversible && (p_mpr->num_path & 0x80))) {
1404 max_paths = p_mpr->num_path & 0x7F;
1513 if (nsrc == 2 && ndest == 2 && (p_mpr->num_path & 0x7F) == 2)
H A Dosm_sa_path_record.c825 /* always return num_path = 0 so this is only the reversible component */
827 p_pr->num_path = 0x80;
887 if ((!path_parms.reversible && (p_pr->num_path & 0x80))) {
1779 p_pr_item->path_rec.num_path = 1;
H A Dosm_helper.c1111 p_pr->num_path,
1178 p_mpr->num_path,
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h2354 uint8_t num_path; member in struct:_ib_path_rec
2388 * num_path
2390 * num_path [6:0] In queries, maximum number of paths to return.
2687 IN uint8_t num_path,
2702 p_rec->num_path = num_path;
2740 * num_path
2742 * num_path [6:0] In queries, maximum number of paths to return.
2797 return (p_rec->num_path & 0x7F);
6027 uint8_t num_path;
2682 ib_path_rec_init_local(IN ib_path_rec_t * const p_rec, IN ib_gid_t * const p_dgid, IN ib_gid_t * const p_sgid, IN ib_net16_t dlid, IN ib_net16_t slid, IN uint8_t num_path, IN ib_net16_t pkey, IN uint8_t sl, IN uint16_t qos_class, IN uint8_t mtu_selector, IN uint8_t mtu, IN uint8_t rate_selector, IN uint8_t rate, IN uint8_t pkt_life_selector, IN uint8_t pkt_life, IN uint8_t preference) argument
[all...]
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c238 p_pr->num_path,
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c1832 "# num_path 0x%X\n"
1846 p_rec->num_path, cl_ntoh16(p_rec->pkey),
5475 request.num_path = 2;

Completed in 137 milliseconds