Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2514 switch (port->fp_topology) { in fp_job_handler()
2707 switch (port->fp_topology) { in fp_job_handler()
2735 switch (port->fp_topology) { in fp_job_handler()
2856 topology = port->fp_topology; in fp_job_handler()
2912 port->fp_topology = FC_TOP_UNKNOWN; in fp_port_startup()
2971 port->fp_topology = FC_TOP_PT_PT; in fp_port_startup()
5225 port->fp_topology = FC_TOP_NO_NS; in fp_ns_init()
5234 port->fp_topology = FC_TOP_NO_NS; in fp_ns_init()
7838 switch (port->fp_topology) { in fp_fciocmd()
8243 switch (port->fp_topology) { in fp_fciocmd()
[all …]
H A Dfctl.c1178 if (FC_IS_TOP_SWITCH(port->fp_topology) && create) { in fc_ulp_get_remote_port()
1285 fabric = FC_IS_TOP_SWITCH(port->fp_topology) ? 1 : 0; in fc_ulp_port_ns()
2530 info.port_flags = port->fp_topology; in fctl_attach_ulps()
4133 topology = port->fp_topology; in fctl_fillout_map()
4249 if (port->fp_topology == FC_TOP_PRIVATE_LOOP && in fctl_fillout_map()
5929 if (FC_IS_TOP_SWITCH(port->fp_topology) && initiator) { in fctl_remove_oldies()
5956 ASSERT(port->fp_topology == FC_TOP_PRIVATE_LOOP); in fctl_check_alpa_list()
5973 ASSERT(port->fp_topology == FC_TOP_PRIVATE_LOOP); in fctl_is_alpa_present()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h456 uint32_t fp_topology; /* topology */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c484 mdb_printf(" fp_topology : %u\n", port.fp_topology); in fcport()