Lines Matching refs:rnode
1185 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode); in ocs_fabric_initiate_shutdown()
1186 if (node->rnode.free_group) { in ocs_fabric_initiate_shutdown()
1189 node->rnode.free_group = FALSE; in ocs_fabric_initiate_shutdown()
1351 ocs_node_t *rnode; in __ocs_p2p_wait_domain_attach() local
1358 rnode = ocs_node_find(sport, node->sport->p2p_remote_port_id); in __ocs_p2p_wait_domain_attach()
1359 if (rnode != NULL) { in __ocs_p2p_wait_domain_attach()
1362 node_printf(node, "Node with fc_id x%x already exists\n", rnode->rnode.fc_id); in __ocs_p2p_wait_domain_attach()
1363 ocs_assert (rnode != node, NULL); in __ocs_p2p_wait_domain_attach()
1366 rnode = ocs_node_alloc(sport, sport->p2p_remote_port_id, FALSE, FALSE); in __ocs_p2p_wait_domain_attach()
1367 if (rnode == NULL) { in __ocs_p2p_wait_domain_attach()
1374 ocs_node_transition(rnode, __ocs_p2p_rnode_init, NULL); in __ocs_p2p_wait_domain_attach()
1378 if (node->rnode.fc_id == 0) { in __ocs_p2p_wait_domain_attach()
1893 port_id = n->rnode.fc_id; in ocs_process_gidpt_payload()
1912 if ((active_nodes[j] != NULL) && (port_id == active_nodes[j]->rnode.fc_id)) { in ocs_process_gidpt_payload()
1933 active_nodes[i]->rnode.fc_id); in ocs_process_gidpt_payload()
1945 if (port_id != node->rnode.sport->fc_id && !ocs_sport_find(sport->domain, port_id)) { in ocs_process_gidpt_payload()