Home
last modified time | relevance | path

Searched refs:op_vls (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_port.c366 uint8_t op_vls; in osm_physp_calc_link_op_vls() local
374 op_vls = ib_port_info_get_vl_cap(&p_physp->port_info); in osm_physp_calc_link_op_vls()
384 remote_op_vls, op_vls); in osm_physp_calc_link_op_vls()
386 if (op_vls != remote_op_vls) { in osm_physp_calc_link_op_vls()
387 if (op_vls > remote_op_vls) in osm_physp_calc_link_op_vls()
388 op_vls = remote_op_vls; in osm_physp_calc_link_op_vls()
398 osm_physp_get_port_num(p_remote_physp), op_vls); in osm_physp_calc_link_op_vls()
401 op_vls = ib_port_info_get_op_vls(&p_physp->port_info); in osm_physp_calc_link_op_vls()
404 if (op_vls > p_subn->opt.max_op_vls) in osm_physp_calc_link_op_vls()
405 op_vls = p_subn->opt.max_op_vls; in osm_physp_calc_link_op_vls()
[all …]
HDosm_link_mgr.c70 uint8_t op_vls; in __osm_link_mgr_set_physp_pi() local
271 op_vls = in __osm_link_mgr_set_physp_pi()
280 ib_port_info_set_op_vls(p_pi, op_vls); in __osm_link_mgr_set_physp_pi()
HDosm_lid_mgr.c891 uint8_t op_vls; in __osm_lid_mgr_set_physp_pi() local
1008 op_vls = in __osm_lid_mgr_set_physp_pi()
1019 ib_port_info_set_op_vls(p_pi, op_vls); in __osm_lid_mgr_set_physp_pi()
1042 (op_vls != ib_port_info_get_op_vls(p_old_pi))) { in __osm_lid_mgr_set_physp_pi()
1050 op_vls, ib_port_info_get_op_vls(p_old_pi)); in __osm_lid_mgr_set_physp_pi()
/trueos/contrib/ofed/management/opensm/include/iba/
HDib_types.h4634 ib_port_info_set_op_vls(IN ib_port_info_t * const p_pi, IN const uint8_t op_vls) in ib_port_info_set_op_vls() argument
4637 (uint8_t) ((p_pi->vl_enforce & 0x0F) | (op_vls << 4)); in ib_port_info_set_op_vls()