Searched refs:op_vls (Results 1 – 4 of 4) sorted by relevance
366 uint8_t op_vls; in osm_physp_calc_link_op_vls() local374 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 …]
70 uint8_t op_vls; in __osm_link_mgr_set_physp_pi() local271 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()
891 uint8_t op_vls; in __osm_lid_mgr_set_physp_pi() local1008 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()
4634 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() argument4637 (uint8_t) ((p_pi->vl_enforce & 0x0F) | (op_vls << 4)); in ib_port_info_set_op_vls()