Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c1575 case SLI_LINK_TOPO_NPORT: in ocs_hw_get()
9192 } else if (SLI_LINK_TOPO_NPORT == hw->link.topology) { in ocs_hw_cb_read_fcf()
9260 if (SLI_LINK_TOPO_NPORT == event->topology) { in ocs_hw_cb_link()
9911 hw->link.topology = SLI_LINK_TOPO_NPORT; in __ocs_read_topology_cb()
H A Dsli4.c8002 event.topology = SLI_LINK_TOPO_NPORT; in sli_fc_process_link_state()
8131 event.topology = SLI_LINK_TOPO_NPORT; in sli_fc_process_link_attention()
H A Dsli4.h3140 SLI_LINK_TOPO_NPORT = 1, /** fabric or point-to-point */ enumerator