Symbol: FC_STATE_LOOP
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
1522
state = FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1606
port_info->pi_port_state = FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
4316
*link_state = FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10957
if (FC_PORT_STATE_MASK(vha->state) != FC_STATE_LOOP &&
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10962
vha->state |= FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
4240
ha->state |= FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
8725
FC_STATE_LOOP) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
161
ha->state = ha->state | FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2519
case FC_STATE_LOOP:
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2528
ASSERT((info.port_state & FC_STATE_LOOP) == 0);
usr/src/uts/common/io/fibre-channel/impl/fp.c
2925
if (state == FC_STATE_LOOP) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
3023
if (state == FC_STATE_LOOP) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
5908
if (state != FC_STATE_LOOP) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
5987
if (state == FC_STATE_LOOP) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
6938
state = FC_PORT_SPEED_MASK(port->fp_state) | FC_STATE_LOOP;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6971
case FC_STATE_LOOP:
usr/src/uts/common/io/fibre-channel/impl/fp.c
7800
case FC_STATE_LOOP:
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1294
case FC_STATE_LOOP:
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
163
{ FC_STATE_LOOP, "LOOP" },
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
98
FC_STATE_LOOP | FC_STATE_NAMESERVICE |\