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

/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos.c131 if (p_pi->vl_arb_high_cap > 0) {
132 len = p_pi->vl_arb_high_cap < IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK ?
133 p_pi->vl_arb_high_cap : IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
140 if (p_pi->vl_arb_high_cap > IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK) {
141 len = p_pi->vl_arb_high_cap % IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
H A Dosm_sa_portinfo_record.c311 if (p_comp_pi->vl_arb_high_cap != p_pi->vl_arb_high_cap)
H A Dosm_helper.c839 p_pi->vl_high_limit, p_pi->vl_arb_high_cap,
927 p_pi->vl_high_limit, p_pi->vl_arb_high_cap,
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_smi.h106 u8 vl_arb_high_cap; member in struct:ib_port_info
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c216 {OSMTEST_TOKEN_VL_ARB_HIGH_CAP, 15, "vl_arb_high_cap"},
1753 "vl_arb_high_cap 0x%X\n"
1788 p_rec->port_info.vl_arb_high_cap,
3667 if ((p_port->comp.port_info.vl_arb_high_cap & p_port->rec.port_info.
3668 vl_arb_high_cap) !=
3669 (p_port->comp.port_info.vl_arb_high_cap & p_rec->port_info.
3670 vl_arb_high_cap)) {
3673 "\t\t\t\tExpected vl_arb_high_cap 0x%X, received 0x%X\n",
3675 p_port->rec.port_info.vl_arb_high_cap,
3676 p_rec->port_info.vl_arb_high_cap);
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h4408 uint8_t vl_arb_high_cap;

Completed in 123 milliseconds