Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_sa_portinfo_record.c350 if ((p_comp_pi->vl_enforce & 0xF0) != (p_pi->vl_enforce & 0xF0)) in sa_pir_check_physp()
354 if ((p_comp_pi->vl_enforce & 0x08) != (p_pi->vl_enforce & 0x08)) in sa_pir_check_physp()
358 if ((p_comp_pi->vl_enforce & 0x04) != (p_pi->vl_enforce & 0x04)) in sa_pir_check_physp()
362 if ((p_comp_pi->vl_enforce & 0x02) != (p_pi->vl_enforce & 0x02)) in sa_pir_check_physp()
366 if ((p_comp_pi->vl_enforce & 0x01) != (p_pi->vl_enforce & 0x01)) in sa_pir_check_physp()
HDosm_pkey_mgr.c275 if ((p_pi->vl_enforce & 0xc) == enforce_bits * in pkey_mgr_enforce_partition()
290 p_pi->vl_enforce &= ~0xc; in pkey_mgr_enforce_partition()
292 p_pi->vl_enforce |= enforce_bits; in pkey_mgr_enforce_partition()
878 if(! (p_physp->port_info.vl_enforce & 0xc )) in osm_pkey_mgr_process()
HDosm_helper.c908 p_pi->vl_stall_life, p_pi->vl_enforce, in osm_dump_port_info_to_buf()
1105 p_pi->vl_stall_life, p_pi->vl_enforce, in osm_dump_portinfo_record_to_buf()
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
HDib_types.h4631 uint8_t vl_enforce; member
4864 return ((p_pi->vl_enforce >> 4) & 0x0F); in ib_port_info_get_op_vls()
4892 p_pi->vl_enforce = in ib_port_info_set_op_vls()
4893 (uint8_t) ((p_pi->vl_enforce & 0x0F) | (op_vls << 4)); in ib_port_info_set_op_vls()