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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_port.c242 uint8_t op_vls; local
250 op_vls = ib_port_info_get_vl_cap(&p_physp->port_info);
260 remote_op_vls, op_vls);
262 if (op_vls != remote_op_vls) {
263 if (op_vls > remote_op_vls)
264 op_vls = remote_op_vls;
265 if (op_vls != current_op_vls)
275 osm_physp_get_port_num(p_remote_physp), op_vls);
278 op_vls = ib_port_info_get_op_vls(&p_physp->port_info);
280 if (op_vls
[all...]
H A Dosm_lid_mgr.c813 uint8_t op_vls; local
950 /* calc new op_vls and mtu */
951 op_vls = osm_physp_calc_link_op_vls(p_mgr->p_log, p_mgr->p_subn,
963 ib_port_info_set_op_vls(p_pi, op_vls);
985 op_vls != ib_port_info_get_op_vls(p_old_pi)) {
988 PRIx64 " port %d due to op_vls or "
993 op_vls, ib_port_info_get_op_vls(p_old_pi));
H A Dosm_link_mgr.c102 uint8_t port_num, mtu, op_vls, smsl = OSM_DEFAULT_SL; local
412 /* calc new op_vls and mtu */
413 op_vls =
424 ib_port_info_set_op_vls(p_pi, op_vls);
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4890 ib_port_info_set_op_vls(IN ib_port_info_t * const p_pi, IN const uint8_t op_vls)
4893 (uint8_t) ((p_pi->vl_enforce & 0x0F) | (op_vls << 4));
4901 * op_vls

Completed in 213 milliseconds