Home
last modified time | relevance | path

Searched refs:a_topology (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c624 linkinfo->a_topology = LNK_PUBLIC_LOOP; in emlxs_log_link_event()
626 linkinfo->a_topology = LNK_LOOP; in emlxs_log_link_event()
641 linkinfo->a_topology = LNK_PT2PT; in emlxs_log_link_event()
643 linkinfo->a_topology = LNK_FABRIC; in emlxs_log_link_event()
878 if ((linkinfo->a_topology == in emlxs_get_dfc_eventinfo()
880 (linkinfo->a_topology == in emlxs_get_dfc_eventinfo()
H A Demlxs_dfc.c6995 linkinfo->a_topology = 0; in emlxs_dfc_get_linkinfo()
7003 linkinfo->a_topology = LNK_MENLO_MAINTENANCE; in emlxs_dfc_get_linkinfo()
7018 linkinfo->a_topology = LNK_PUBLIC_LOOP; in emlxs_dfc_get_linkinfo()
7020 linkinfo->a_topology = LNK_LOOP; in emlxs_dfc_get_linkinfo()
7034 linkinfo->a_topology = LNK_FABRIC; in emlxs_dfc_get_linkinfo()
7036 linkinfo->a_topology = LNK_PT2PT; in emlxs_dfc_get_linkinfo()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h814 uint8_t a_topology; member