Symbol: FC_IS_TOP_SWITCH
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1178
if (FC_IS_TOP_SWITCH(port->fp_topology) && create) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1285
fabric = FC_IS_TOP_SWITCH(port->fp_topology) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4136
ASSERT(!FC_IS_TOP_SWITCH(topology));
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4275
if (FC_IS_TOP_SWITCH(topology) && initiator) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5929
if (FC_IS_TOP_SWITCH(port->fp_topology) && initiator) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
10140
ASSERT(FC_IS_TOP_SWITCH(port->fp_topology));
usr/src/uts/common/io/fibre-channel/impl/fp.c
12328
if (!FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
12525
is_switch = FC_IS_TOP_SWITCH(port->fp_topology);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12561
is_switch = FC_IS_TOP_SWITCH(port->fp_topology);
usr/src/uts/common/io/fibre-channel/impl/fp.c
13690
ASSERT(FC_IS_TOP_SWITCH(port->fp_topology));
usr/src/uts/common/io/fibre-channel/impl/fp.c
15054
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
15117
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
2426
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
2617
} else if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
2870
if (FC_IS_TOP_SWITCH(topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
3017
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
3729
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
5124
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
8684
if (FC_IS_TOP_SWITCH(port->fp_topology)) {
usr/src/uts/common/sys/fibre-channel/fc_appif.h
57
#define FC_TOP_EXTERNAL(t) FC_IS_TOP_SWITCH(t)