Lines Matching refs:node
598 ocs_node_t *node; in __ocs_domain_init() local
602 node = ocs_node_alloc(sport, drec->map.loop[i], FALSE, TRUE); in __ocs_domain_init()
603 if (node == NULL) { in __ocs_domain_init()
607 ocs_node_transition(node, __ocs_d_wait_loop, NULL); in __ocs_domain_init()
705 ocs_node_t *node; in __ocs_domain_wait_alloc() local
708 node = ocs_node_find(sport, FC_ADDR_FABRIC); in __ocs_domain_wait_alloc()
709 if (node) { in __ocs_domain_wait_alloc()
713 node = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE); in __ocs_domain_wait_alloc()
714 if (!node) { in __ocs_domain_wait_alloc()
718 ocs_node_pause(node, __ocs_fabric_init); in __ocs_domain_wait_alloc()
720 ocs_node_transition(node, __ocs_fabric_init, NULL); in __ocs_domain_wait_alloc()
873 ocs_node_t *node = NULL; in __ocs_domain_wait_attach() local
903 ocs_list_foreach_safe(&sport->node_list, node, next_node) { in __ocs_domain_wait_attach()
904 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_domain_wait_attach()