Home
last modified time | relevance | path

Searched refs:fp_topology (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2425 if (FC_IS_TOP_SWITCH(port->fp_topology)) { in fp_job_handler()
2513 switch (port->fp_topology) { in fp_job_handler()
2604 if (port->fp_topology == FC_TOP_PRIVATE_LOOP) { in fp_job_handler()
2616 } else if (FC_IS_TOP_SWITCH(port->fp_topology)) { in fp_job_handler()
2650 switch (old_top = port->fp_topology) { in fp_job_handler()
2706 switch (port->fp_topology) { in fp_job_handler()
2734 switch (port->fp_topology) { in fp_job_handler()
2855 topology = port->fp_topology; in fp_job_handler()
2911 port->fp_topology = FC_TOP_UNKNOWN; in fp_port_startup()
2970 port->fp_topology = FC_TOP_PT_PT; in fp_port_startup()
[all …]
H A Dfctl.c1177 if (FC_IS_TOP_SWITCH(port->fp_topology) && create) { in fc_ulp_get_remote_port()
1284 fabric = FC_IS_TOP_SWITCH(port->fp_topology) ? 1 : 0; in fc_ulp_port_ns()
2529 info.port_flags = port->fp_topology; in fctl_attach_ulps()
4132 topology = port->fp_topology; in fctl_fillout_map()
4248 if (port->fp_topology == FC_TOP_PRIVATE_LOOP && in fctl_fillout_map()
5923 if (FC_IS_TOP_SWITCH(port->fp_topology) && initiator) { in fctl_remove_oldies()
5950 ASSERT(port->fp_topology == FC_TOP_PRIVATE_LOOP); in fctl_check_alpa_list()
5967 ASSERT(port->fp_topology == FC_TOP_PRIVATE_LOOP); in fctl_is_alpa_present()
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h456 uint32_t fp_topology; /* topology */ member
/titanic_50/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c481 mdb_printf(" fp_topology : %u\n", port.fp_topology); in fcport()