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

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

Completed in 211 milliseconds