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

/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_path_record.c587 (cl_ntoh32(p_pr->hop_flow_raw) & (1 << 31)))
744 cl_ntoh32(p_pr->hop_flow_raw) & (1 << 31))
804 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
808 p_pr->hop_flow_raw |= cl_hton32(IB_HOPLIMIT_MAX);
1799 p_pr_item->path_rec.hop_flow_raw =
H A Dosm_sa_multipath_record.c576 cl_ntoh32(p_mpr->hop_flow_raw) & (1 << 31))
724 cl_ntoh32(p_mpr->hop_flow_raw) & (1 << 31))
773 p_pr->hop_flow_raw &= cl_hton32(1 << 31);
H A Dosm_helper.c1109 cl_ntoh32(p_pr->hop_flow_raw),
1176 cl_ntoh32(p_mpr->hop_flow_raw),
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h2352 ib_net32_t hop_flow_raw; member in struct:_ib_path_rec
2382 * hop_flow_raw
2715 p_rec->hop_flow_raw = 0;
3155 return (((cl_ntoh32(p_rec->hop_flow_raw) >> 8) & 0x000FFFFF));
3184 return ((uint8_t) (cl_ntoh32(p_rec->hop_flow_raw) & 0x000000FF));
6025 ib_net32_t hop_flow_raw;
6043 * hop_flow_raw
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c236 cl_ntoh32(p_pr->hop_flow_raw),
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c1830 "# hop_flow_raw 0x%X\n"
1845 cl_ntoh32(p_rec->hop_flow_raw), p_rec->tclass,

Completed in 202 milliseconds