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

/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_node.h105 osm_physp_t physp_table[1]; member in struct:osm_node
129 * The size of the physp_table array. This value is one greater
216 return osm_physp_is_valid(&p_node->physp_table[port_num]) ?
217 &p_node->physp_table[port_num] : NULL;
347 return (osm_physp_get_base_lid(&p_node->physp_table[port_num]));
414 return (osm_physp_get_lmc(&p_node->physp_table[port_num]));
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_node.c71 osm_physp_init(&p_node->physp_table[port_num],
88 osm_physp_init(&p_node->physp_table[0],
134 osm_physp_construct(&p_node->physp_table[i]);
154 osm_physp_destroy(&p_node->physp_table[i]);
H A Dosm_port_info_rcv.c628 p_physp = &p_node->physp_table[port_num];
H A Dosm_console.c498 p_port->p_node->physp_table[p].

Completed in 200 milliseconds