Lines Matching full:attached
180 if (node->attached) { in __ocs_d_initiate_shutdown()
182 * or sometime later, will check node->attached later in in __ocs_d_initiate_shutdown()
277 * State waits for a domain-attached completion while in loop topology.
771 /* only send if we have initiator capability, and domain is attached */ in __ocs_d_init()
772 if (node->sport->enable_ini && node->sport->domain->attached) { in __ocs_d_init()
777 node_printf(node, "not sending plogi sport.ini=%d, domain attached=%d\n", in __ocs_d_init()
778 node->sport->enable_ini, node->sport->domain->attached); in __ocs_d_init()
790 /* domain already attached */ in __ocs_d_init()
791 if (node->sport->domain->attached) { in __ocs_d_init()
800 /* domain not attached; several possibilities: */ in __ocs_d_init()
803 /* we're not attached and sport is p2p, need to attach */ in __ocs_d_init()
808 /* we're not attached and sport is fabric, domain attach should have in __ocs_d_init()
866 if (!node->sport->domain->attached) { in __ocs_d_init()
869 node_printf(node, "%s domain not attached, dropping\n", ocs_sm_event_name(evt)); in __ocs_d_init()
884 if (!node->sport->domain->attached) { in __ocs_d_init()
887 node_printf(node, "%s domain not attached, dropping\n", ocs_sm_event_name(evt)); in __ocs_d_init()
902 if (!node->sport->domain->attached) { in __ocs_d_init()
905 node_printf(node, "%s domain not attached, dropping\n", ocs_sm_event_name(evt)); in __ocs_d_init()
969 /* sm: domain->attached / ocs_node_attach */ in __ocs_d_wait_plogi_rsp()
1179 ocs_assert(node->sport->domain->attached, NULL); in __ocs_d_wait_domain_attach()
1230 ocs_assert(!node->sport->domain->attached, NULL); in __ocs_d_wait_topology_notify()
1254 ocs_assert(node->sport->domain->attached, NULL); in __ocs_d_wait_topology_notify()
1299 node->attached = TRUE; in __ocs_d_wait_node_attach()
1327 node->attached = FALSE; in __ocs_d_wait_node_attach()
1387 node->attached = TRUE; in __ocs_d_wait_attach_evt_shutdown()
1394 node->attached = FALSE; in __ocs_d_wait_attach_evt_shutdown()
1533 node_printf(node, "%s received attached=%d\n", ocs_sm_event_name(evt), node->attached); in __ocs_d_port_logged_in()
1682 node_printf(node, "%s received attached=%d\n", ocs_sm_event_name(evt), node->attached); in __ocs_d_device_ready()
1839 node_printf(node, "%s received attached=%d\n", ocs_sm_event_name(evt), node->attached); in __ocs_d_device_gone()
1904 node_printf(node, "%s received attached=%d\n", ocs_sm_event_name(evt), node->attached); in __ocs_d_wait_adisc_rsp()