Home
last modified time | relevance | path

Searched refs:physp_tbl_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_node.c66 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_init_physp()
100 p_node->physp_tbl_size = size + 1; in osm_node_new()
102 p_node->physp_discovered = malloc(sizeof(uint8_t) * p_node->physp_tbl_size); in osm_node_new()
107 memset(p_node->physp_discovered, 0, sizeof(uint8_t) * p_node->physp_tbl_size); in osm_node_new()
117 for (i = 0; i < p_node->physp_tbl_size; i++) in osm_node_new()
139 for (i = 0; i < p_node->physp_tbl_size; i++) in node_destroy()
181 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_unlink()
182 CL_ASSERT(remote_port_num < p_remote_node->physp_tbl_size); in osm_node_unlink()
202 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_link_exists()
203 CL_ASSERT(remote_port_num < p_remote_node->physp_tbl_size); in osm_node_link_exists()
[all …]
H A Dosm_sa_link_record.c256 p_src_port->p_node->physp_tbl_size) { in lr_rcv_get_port_links()
294 p_dest_port->p_node->physp_tbl_size) { in lr_rcv_get_port_links()
H A Dosm_drop_mgr.c450 if (p_port->discovery_count < p_node->physp_tbl_size) { in drop_mgr_check_switch_node()
451 for (port_num = 1; port_num < p_node->physp_tbl_size; port_num++) { in drop_mgr_check_switch_node()
H A Dosm_state_mgr.c104 memset(p_node->physp_discovered, 0, sizeof(uint8_t) * p_node->physp_tbl_size); in state_mgr_reset_node_count()
H A Dosm_console.c652 for ( /* see above */ ; p < p_port->p_node->physp_tbl_size; p++) { in querylid_parse()
H A Dosm_perfmgr.c991 sizeof(uint8_t) * p_node->physp_tbl_size); in reset_node_count()
H A Dosm_ucast_ftree.c4016 for (port_num = 0; port_num < sw_node->physp_tbl_size; port_num++) { in remove_depended_hca()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_node.h103 uint32_t physp_tbl_size; member
221 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_get_physp_ptr()
287 return (uint8_t) p_node->physp_tbl_size; in osm_node_get_num_physp()
354 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_get_base_lid()
420 CL_ASSERT(port_num < p_node->physp_tbl_size); in osm_node_get_lmc()