Searched refs:reversible (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_sa.h69 __u32 reversible; member in struct:ib_user_path_rec
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dmarshall.c104 dst->reversible = src->reversible;
129 dst->reversible = src->reversible;
H A Dsa.h52 int reversible; member in struct:ibv_sa_path_rec
111 uint8_t reversible_numpath; /* reversible-7:7 num path-6:0 */
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c110 dst->reversible = src->reversible;
136 dst->reversible = src->reversible;
H A Dib_sa_query.c199 { PATH_REC_FIELD(reversible),
H A Dib_cm.c1390 primary_path->reversible = 1;
1412 alt_path->reversible = 1;
2867 path->reversible = 1;
H A Dib_cma.c2381 path_rec.reversible = 1;
2598 route->path_rec->reversible = 1;
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_sa.h580 boolean_t reversible; member in struct:osm_path_parms
/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h319 boolean_t reversible; member in struct:_osmv_multipath_req_t
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c77 int reversible, numb_path; member in struct:query_params
1075 uint8_t reversible = 0; local
1088 CHECK_AND_SET_VAL(p->reversible, 8, -1, reversible, PR, REVERSIBLE);
1090 pr.num_path |= reversible << 7;
1669 p->reversible = strtoul(optarg, NULL, 0);
1794 {"reversible", 'r', 1, NULL, "Reversible path (PathRecord)"},
1826 params.reversible = -1;
H A Dibqueryerrors.c326 uint8_t reversible = 0; local
342 CHECK_AND_SET_VAL(1, 8, -1, reversible, PR, REVERSIBLE);/*for a reversible path*/
343 pr.num_path |= reversible << 7;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_sa.h163 int reversible; member in struct:ib_sa_path_rec
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c868 /* always return num_path = 0 so this is only the reversible component */
869 if (p_parms->reversible)
916 /* now try the reversible path */
921 path_parms.reversible = (rev_path_status == IB_SUCCESS);
925 NOTE that if the reversible component = 0, it is a don't care
926 rather then requiring non-reversible paths ...
930 if ((!path_parms.reversible && (p_mpr->num_path & 0x80))) {
932 "Requested reversible path but failed to get one\n");
H A Dosm_sa_path_record.c936 /* always return num_path = 0 so this is only the reversible component */
937 if (p_parms->reversible)
982 /* now try the reversible path */
988 path_parms.reversible = (rev_path_status == IB_SUCCESS);
992 NOTE that if the reversible component = 0, it is a don't care
993 rather than requiring non-reversible paths ...
997 !path_parms.reversible && (p_pr->num_path & 0x80)) {
999 "Requested reversible path but failed to get one\n");
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c697 if (p_mpr_req->reversible)
H A Dosm_vendor_mlx_sa.c772 if (p_mpr_req->reversible)
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Dcma.c698 sa_path->reversible = path_data->path.reversible_numpath >> 7;
H A Drsocket.c3558 path_data->path.reversible_numpath = sa_path->reversible << 7 | 1;

Completed in 533 milliseconds