Searched refs:vl_high_limit (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_link_mgr.c285 /* provide the vl_high_limit from the qos mgr */
287 p_physp->vl_high_limit != p_old_pi->vl_high_limit) {
289 p_pi->vl_high_limit = p_physp->vl_high_limit;
H A Dosm_qos.c55 uint8_t vl_high_limit; member in struct:qos_config
239 p->vl_high_limit = qcfg->vl_high_limit;
387 cfg->vl_high_limit = (uint8_t) opt->high_limit;
389 cfg->vl_high_limit = (uint8_t) dflt->high_limit;
H A Dosm_sa_portinfo_record.c307 if (p_comp_pi->vl_high_limit != p_pi->vl_high_limit)
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,
H A Dosm_qos_parser_y.y1344 p_current_vlarb_scope->vl_high_limit = (uint32_t)(*p_tmp_num);
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_smi.h105 u8 vl_high_limit; member in struct:ib_port_info
/freebsd-11.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_qos_policy.h88 uint32_t vl_high_limit; /* single integer */ member in struct:osm_qos_vlarb_scope
H A Dosm_port.h111 uint8_t vl_high_limit; member in struct:osm_physp
148 * vl_high_limit
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c215 {OSMTEST_TOKEN_VL_HIGH_LIMIT, 13, "vl_high_limit"},
1752 "vl_high_limit 0x%X\n"
1787 p_rec->port_info.vl_high_limit,
3653 if ((p_port->comp.port_info.vl_high_limit & p_port->rec.port_info.
3654 vl_high_limit) !=
3655 (p_port->comp.port_info.vl_high_limit & p_rec->port_info.
3656 vl_high_limit)) {
3659 "\t\t\t\tExpected vl_high_limit 0x%X, received 0x%X\n",
3661 p_port->rec.port_info.vl_high_limit,
3662 p_rec->port_info.vl_high_limit);
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h4407 uint8_t vl_high_limit;

Completed in 206 milliseconds