Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c622 (cl_ntoh32(p_pr->hop_flow_raw) & (1 << 31))) in pr_rcv_get_path_parms()
838 cl_ntoh32(p_pr->hop_flow_raw) & (1 << 31)) in pr_rcv_get_path_parms()
915 p_pr->hop_flow_raw &= cl_hton32(1 << 31); in pr_rcv_build_pr()
919 p_pr->hop_flow_raw |= cl_hton32(IB_HOPLIMIT_MAX); in pr_rcv_build_pr()
1701 pr_item->resp.path_rec.hop_flow_raw = in pr_process_multicast()
H A Dosm_sa_multipath_record.c604 cl_ntoh32(p_mpr->hop_flow_raw) & (1 << 31)) in mpr_rcv_get_path_parms()
807 cl_ntoh32(p_mpr->hop_flow_raw) & (1 << 31)) in mpr_rcv_get_path_parms()
851 p_pr->hop_flow_raw &= cl_hton32(1 << 31); in mpr_rcv_build_pr()
H A Dosm_helper.c1456 cl_ntoh32(p_pr->hop_flow_raw), p_pr->tclass, in osm_dump_path_record_to_buf()
1538 cl_ntoh32(p_mpr->hop_flow_raw), p_mpr->tclass, in osm_dump_multipath_record_to_buf()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c238 cl_ntoh32(p_pr->hop_flow_raw), p_pr->tclass, p_pr->num_path, in dump_path_record()
1083 CHECK_AND_SET_VAL(p->hop_limit, 32, -1, pr.hop_flow_raw, PR, HOPLIMIT); in query_path_records()
1085 pr.hop_flow_raw = in query_path_records()
1086 (pr.hop_flow_raw & cl_hton32(~0x0FFFFF00)) | flow; in query_path_records()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2503 ib_net32_t hop_flow_raw; member
2880 p_rec->hop_flow_raw = 0; in ib_path_rec_init_local()
3327 return (((cl_ntoh32(p_rec->hop_flow_raw) >> 8) & 0x000FFFFF)); in ib_path_rec_flow_lbl()
3356 return ((uint8_t) (cl_ntoh32(p_rec->hop_flow_raw) & 0x000000FF)); in ib_path_rec_hop_limit()
6766 ib_net32_t hop_flow_raw; member