Lines Matching refs:rnode
37 rc = efc_cmd_node_detach(efc, &node->rnode); in efc_fabric_initiate_shutdown()
697 port_id = n->rnode.fc_id; in efc_process_gidpt_payload()
716 port_id == active_nodes[j]->rnode.fc_id) { in efc_process_gidpt_payload()
743 active_nodes[i]->rnode.fc_id); in efc_process_gidpt_payload()
752 if (port_id == node->rnode.nport->fc_id) { in efc_process_gidpt_payload()
1139 struct efc_node *rnode; in __efc_p2p_wait_domain_attach() local
1149 rnode = efc_node_find(nport, node->nport->p2p_remote_port_id); in __efc_p2p_wait_domain_attach()
1150 if (rnode) { in __efc_p2p_wait_domain_attach()
1158 rnode->rnode.fc_id); in __efc_p2p_wait_domain_attach()
1164 rnode = efc_node_alloc(nport, in __efc_p2p_wait_domain_attach()
1167 if (!rnode) { in __efc_p2p_wait_domain_attach()
1174 efc_node_transition(rnode, __efc_p2p_rnode_init, in __efc_p2p_wait_domain_attach()
1182 if (node->rnode.fc_id == 0) { in __efc_p2p_wait_domain_attach()