Searched defs:topology (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c213 fct_li_to_txt(fct_link_info_t *li, char *topology, char *speed) argument
218 (void) sprintf(topology, "Invalid %02x", li->port_topology);
220 (void) strcpy(topology, topologies[li->port_topology]);
570 cmn_err(CE_NOTE, "%s LINK UP, portid %x, topology %s,"
831 /* Weed out any bad initiators in case of N2N topology */
843 * resolved the topology.
848 "PLOGI in N2N topology, While we have not resolved"
849 " the topology. Dropping...", cmd->cmd_rportid);
854 "trying to PLOGI in N2N topology, even "
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c1477 char topology[32]; local
1517 /* Check for loop topology */
1518 if (hba->topology == TOPOLOGY_LOOP) {
1520 (void) strlcpy(topology, ", loop", sizeof (topology));
1523 (void) strlcpy(topology, ", fabric", sizeof (topology));
1583 "%s%s%s", linkspeed, topology, mode);
1588 linkspeed, topology, mode);
1602 "%s%s%s *", linkspeed, topology, mod
[all...]
H A Demlxs_mbox.c1596 la.topology = TOPOLOGY_LOOP;
1613 if ((hba->topology = la.topology) == TOPOLOGY_LOOP) {
2088 emlxs_mb_init_link(emlxs_hba_t *hba, MAILBOXQ *mbq, uint32_t topology, argument
2109 switch (topology) {
H A Demlxs_dfc.c943 if (hba->topology == TOPOLOGY_LOOP) {
992 if (hba->topology == TOPOLOGY_LOOP) {
1396 if (hba->topology == TOPOLOGY_LOOP) {
1542 if (hba->topology == TOPOLOGY_LOOP) {
1820 if (hba->topology == TOPOLOGY_LOOP) {
1898 if (hba->topology == TOPOLOGY_LOOP) {
2032 if (hba->topology == TOPOLOGY_LOOP) {
2191 if (hba->topology == TOPOLOGY_LOOP) {
2232 else if (hba->topology == TOPOLOGY_LOOP) {
2323 if (hba->topology
8500 uint32_t topology; local
[all...]
H A Demlxs_solaris.c1459 char topology[32]; local
1586 /* Set the topology and state */
1603 /* Check for loop topology */
1604 if (hba->topology == TOPOLOGY_LOOP) {
1606 (void) strlcpy(topology, ", loop", sizeof (topology));
1616 (void) strlcpy(topology, ", fabric", sizeof (topology));
1663 linkspeed, topology);
1668 "%s%s, initiator", linkspeed, topology);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c680 "port_attach: state <%s>(0x%x) topology <%s>(0x%x)",
731 * - Port topology is updated.
1269 "statec_cb: state <%s>(0x%x) topology <%s>(0x%x) dev_cnt %d",
1921 * Convert port topology state to descriptive string
1924 fcsm_topology_to_str(uint32_t topology) argument
1930 if (fcsm_xlat_topology[count].xlat_top == topology) {
1940 * Convert port topology state to descriptive string
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1607 lock_descriptor_t *topology[3]; local
1619 topology[0] = topology[1] = topology[2] = NULL;
1635 topology[0] = request;
1647 topology[0] = request;
1661 topology[0] = request;
1672 topology[0] = lock1;
1673 topology[1] = lock2;
1674 topology[
1940 lock_descriptor_t **topology = NULL; local
2155 flk_recompute_dependencies(lock_descriptor_t *request, lock_descriptor_t **topology, int nvertex, int update_graph) argument
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1507 * 2. If FC path, get the topology of the path via
1514 * Case of fabric or public loop topology
1522 * Case of private loop topology
1640 /* get fiber topology */
2123 * 2. If FC path, get the topology of the path via
2260 /* get fiber topology */
2831 * This function passes back topology of the input map.
2838 g_get_map_topology(gfc_dev_t map, uint_t *topology) argument
2846 if (topology == NULL) {
2852 *topology
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h351 uint8_t topology; member in struct:CQE_ASYNC_FC_LINK_ATT
364 uint8_t topology; member in struct:CQE_ASYNC_FC_LINK_ATT
382 /* topology */
H A Demlxs_dfc.h368 uint32_t topology; member in struct:dfc_hbainfo
587 uint32_t topology; member in struct:dfc_hbastats
H A Demlxs_dfclib.h527 uint32_t topology:8; member in struct:read_cfg_var
532 uint32_t topology:8; member in struct:read_cfg_var
534 /* Defines for topology (defined previously) */
H A Demlxs_fc.h1786 uint8_t topology; member in struct:emlxs_hba
H A Demlxs_mbox.h728 uint32_t topology:8; member in struct:__anon7413
733 uint32_t topology:8; member in struct:__anon7413
735 /* Defines for topology (defined previously) */
789 uint32_t topology:8; /* Word 2 */ member in struct:__anon7414
803 uint32_t topology:8; member in struct:__anon7414
1506 uint8_t topology; member in struct:__anon7429::__anon7430::__anon7436
1509 uint8_t topology; member in struct:__anon7429::__anon7430::__anon7436
1521 /* topology */
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4121 uint32_t topology; local
4132 topology = port->fp_topology;
4135 ASSERT(!FC_IS_TOP_SWITCH(topology));
4274 if (FC_IS_TOP_SWITCH(topology) && initiator) {
H A Dfp.c1373 * topology, perform LOGINs, register with the name server again and perform
1491 * In a Fabric topology with many host ports connected to
1937 * Some ELSs like FLOGI and PLOGI are critical for topology and
2850 uint32_t topology; local
2855 topology = port->fp_topology;
2859 topology == FC_TOP_PRIVATE_LOOP) {
2869 if (FC_IS_TOP_SWITCH(topology)) {
4043 * such as Fabric topology, the fc_remote_port_t is already created
5117 * In the Fabric topology, use NS to create
5831 * Some not so long winding theory on point to point topology
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1425 uint8_t topology; member in struct:ql_adapter_state

Completed in 297 milliseconds