Searched refs:remote_port_num (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_node.c | 159 IN osm_node_t * p_remote_node, IN uint8_t remote_port_num) in osm_node_link() argument 165 p_remote_physp = osm_node_get_physp_ptr(p_remote_node, remote_port_num); in osm_node_link() 176 IN osm_node_t * p_remote_node, IN uint8_t remote_port_num) in osm_node_unlink() argument 182 CL_ASSERT(remote_port_num < p_remote_node->physp_tbl_size); in osm_node_unlink() 185 p_remote_node, remote_port_num)) { in osm_node_unlink() 189 osm_node_get_physp_ptr(p_remote_node, remote_port_num); in osm_node_unlink() 197 IN uint8_t remote_port_num) in osm_node_link_exists() argument 203 CL_ASSERT(remote_port_num < p_remote_node->physp_tbl_size); in osm_node_link_exists() 206 p_remote_physp = osm_node_get_physp_ptr(p_remote_node, remote_port_num); in osm_node_link_exists() 214 IN uint8_t remote_port_num) in osm_node_link_has_valid_ports() argument [all …]
|
| H A D | osm_ucast_ftree.c | 126 uint8_t remote_port_num; /* port number on the remote node */ member 361 IN uint8_t remote_port_num) in port_create() argument 369 p_port->remote_port_num = remote_port_num; in port_create() 524 IN uint8_t port_num, IN uint8_t remote_port_num) in port_group_add_port() argument 535 p_port = port_create(port_num, remote_port_num); in port_group_add_port() 720 IN uint8_t remote_port_num, IN uint16_t lid, in sw_add_port() argument 751 port_group_add_port(p_group, port_num, remote_port_num); in sw_add_port() 791 p_port->remote_port_num, hops, is_target_sw)) in set_hops_on_remote_sw() 913 IN uint8_t remote_port_num, IN uint16_t lid, in hca_add_port() argument 938 port_group_add_port(p_group, port_num, remote_port_num); in hca_add_port() [all …]
|
| H A D | osm_drop_mgr.c | 396 uint8_t port_num, remote_port_num; in drop_mgr_check_switch_node() local 462 remote_port_num = in drop_mgr_check_switch_node() 474 remote_port_num); in drop_mgr_check_switch_node() 483 (uint8_t) remote_port_num); in drop_mgr_check_switch_node()
|
| H A D | osm_port_info_rcv.c | 271 uint8_t remote_port_num; in pi_rcv_process_switch_ext_port() local 298 remote_port_num = in pi_rcv_process_switch_ext_port() 310 remote_port_num); in pi_rcv_process_switch_ext_port() 319 (uint8_t) remote_port_num); in pi_rcv_process_switch_ext_port()
|
| H A D | osm_ucast_mgr.c | 134 IN uint8_t remote_port_num) in ucast_mgr_process_neighbor() argument 149 port_num, remote_port_num); in ucast_mgr_process_neighbor() 405 uint8_t remote_port_num; in ucast_mgr_process_neighbors() local 428 &remote_port_num); in ucast_mgr_process_neighbors() 440 remote_port_num); in ucast_mgr_process_neighbors()
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_node.h | 510 IN osm_node_t * p_remote_node, IN uint8_t remote_port_num); 546 IN osm_node_t * p_remote_node, IN uint8_t remote_port_num); 583 IN uint8_t remote_port_num); 654 IN uint8_t remote_port_num);
|