Searched refs:FC_IS_TOP_SWITCH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h57 #define FC_TOP_EXTERNAL(t) FC_IS_TOP_SWITCH(t)
58 #define FC_IS_TOP_SWITCH(t) (((t) == FC_TOP_FABRIC) ||\ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1177 if (FC_IS_TOP_SWITCH(port->fp_topology) && create) {
1284 fabric = FC_IS_TOP_SWITCH(port->fp_topology) ? 1 : 0;
4135 ASSERT(!FC_IS_TOP_SWITCH(topology));
4274 if (FC_IS_TOP_SWITCH(topology) && initiator) {
5923 if (FC_IS_TOP_SWITCH(port->fp_topology) && initiator) {
H A Dfp.c2425 if (FC_IS_TOP_SWITCH(port->fp_topology)) {
2616 } else if (FC_IS_TOP_SWITCH(port->fp_topology)) {
2869 if (FC_IS_TOP_SWITCH(topology)) {
3016 if (FC_IS_TOP_SWITCH(port->fp_topology)) {
3728 if (FC_IS_TOP_SWITCH(port->fp_topology)) {
5123 if (FC_IS_TOP_SWITCH(port->fp_topology)) {
8680 if (FC_IS_TOP_SWITCH(port->fp_topology)) {
10136 ASSERT(FC_IS_TOP_SWITCH(port->fp_topology));
12324 if (!FC_IS_TOP_SWITCH(port->fp_topology)) {
12521 is_switch = FC_IS_TOP_SWITCH(por
[all...]

Completed in 94 milliseconds