Home
last modified time | relevance | path

Searched refs:enforce_cap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c75 num_pkeys = cl_ntoh16(p_node->sw->switch_info.enforce_cap); in pkey_mgr_get_physp_max_pkeys()
712 if (!p_node->sw || !p_node->sw->switch_info.enforce_cap) in pkey_mgr_update_peer_port()
778 if (cl_ntoh16(p_node->sw->switch_info.enforce_cap) <= last_index) { in pkey_mgr_update_peer_port()
782 cl_ntoh16(p_node->sw->switch_info.enforce_cap), in pkey_mgr_update_peer_port()
H A Dosm_port_info_rcv.c501 p_node->sw->switch_info.enforce_cap = 0; in get_pkey_table()
504 if (cl_ntoh16(p_node->sw->switch_info.enforce_cap) == 0) in get_pkey_table()
507 max_blocks = (cl_ntoh16(p_node->sw->switch_info.enforce_cap) + in get_pkey_table()
H A Dosm_port.c634 (cl_ntoh16(p_physp->p_node->sw->switch_info.enforce_cap) + in osm_physp_set_pkey_tbl()
H A Dosm_helper.c2060 cl_ntoh16(p_si->enforce_cap), p_si->flags, in osm_dump_switch_info_to_buf()
2124 cl_ntoh16(p_sir->switch_info.enforce_cap), in osm_dump_switch_info_record_to_buf()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c551 cl_ntoh16(p_sir->switch_info.enforce_cap), in dump_switch_info_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6542 ib_net16_t enforce_cap; member