Home
last modified time | relevance | path

Searched refs:FC_STATE_LOOP (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h53 #define FC_STATE_LOOP 0x0002 /* Link is up, the topology */ macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h98 FC_STATE_LOOP | FC_STATE_NAMESERVICE |\
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c164 { FC_STATE_LOOP, "LOOP" },
1295 case FC_STATE_LOOP: in fcsm_statec_cb()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2924 if (state == FC_STATE_LOOP) { in fp_port_startup()
3022 if (state == FC_STATE_LOOP) { in fp_port_startup()
5907 if (state != FC_STATE_LOOP) { in fp_flogi_intr()
5986 if (state == FC_STATE_LOOP) { in fp_flogi_intr()
6937 state = FC_PORT_SPEED_MASK(port->fp_state) | FC_STATE_LOOP; in fp_statec_cb()
6970 case FC_STATE_LOOP: in fp_statec_cb()
7799 case FC_STATE_LOOP: in fp_fciocmd()
H A Dfctl.c2518 case FC_STATE_LOOP: in fctl_attach_ulps()
2527 ASSERT((info.port_state & FC_STATE_LOOP) == 0); in fctl_attach_ulps()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c1519 state = FC_STATE_LOOP; in emlxs_port_online()
H A Demlxs_solaris.c1605 port_info->pi_port_state = FC_STATE_LOOP; in emlxs_fca_bind_port()
4306 *link_state = FC_STATE_LOOP; in emlxs_fca_port_manage()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3940 ha->state |= FC_STATE_LOOP; in ql_reset()
8313 FC_STATE_LOOP) { in ql_task_thread()
10569 if (FC_PORT_STATE_MASK(vha->state) != FC_STATE_LOOP && in ql_loop_online()
10574 vha->state |= FC_STATE_LOOP; in ql_loop_online()
H A Dql_init.c175 ha->state = ha->state | FC_STATE_LOOP; in ql_initialize_adapter()